• Resolved smarx80

    (@smarx80)


    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)
  • Thread Starter smarx80

    (@smarx80)

    Similarly, it should be corrected in line 322:
    get_the_content(null,false,$post)

    and 325:

    get_the_excerpt($post)

    Authors, can you push these changes in next release please?

    Thanks,
    Simone.

Viewing 1 replies (of 1 total)
  • The topic ‘Filters on post title’ is closed to new replies.