wpseo_opengraph_image filter not working?
-
I am a developer. I have tried to add the filter to functions.php on child theme, and also to mu plugin functions but the filter does not execute?
function opengraph_single_image_filter($value){
var_dump($value); //never gets in here
die(‘stopped’);
}
add_filter(‘wpseo_opengraph_image’, ‘opengraph_single_image_filter’);
- The topic ‘wpseo_opengraph_image filter not working?’ is closed to new replies.