Custom OG image
-
Hi guys,
great plugin, but have one issue. I see that you replaced the way how to change default OG image address that was replaced with the_seo_framework_og_image_args filter in previous version…
Do you have code example how to change OG image on 4.X version that’s doing similar thing as:
add_filter('the_seo_framework_og_image_args', function($args) { $args['image'] = 'https://cdn.roots.io/app/uploads/roots-og.png'; return $args; });
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Custom OG image’ is closed to new replies.