Filters on post title
-
Hi,
our products published on facebook have problems with the titles.
To be more specific, we have some plugins active on the site that use post_title hooks to modify titles but your plugin uses $post->post_title, so these filters are bypassed.I suggest changing the public function get_fb_description() defined in the fbproduct.php file:
line 328: replace $post->post_title with get_the_title($ post)Thanks,
Simone.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Filters on post title’ is closed to new replies.