function WPustam($text){
$text = str_replace('[imdbltid]', ' ', $text);
$text = str_replace('[/imdbltid]', ' ', $text);
return $text;
}
add_filter('the_content', 'WPustam');
add_filter('the_excerpt', 'WPustam');
?> den önce veya den sonra ekleyin.
function WPustam($text){
$text = str_replace('[imdbltid]', ' ', $text);
$text = str_replace('[/imdbltid]', ' ', $text);
return $text;
}
add_filter('the_content', 'WPustam');
add_filter('the_excerpt', 'WPustam');