wpseo_title hook not working after the latest update
-
my hook for WordPress Seo not working after latest update.
hook code:function wpseo_title_hook($title) { if (bp_is_user()) return bp_get_displayed_user_fullname(); else return $title; } add_filter('wpseo_title', 'wpseo_title_hook', 10, 1);
now default wordpress title displayed
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘wpseo_title hook not working after the latest update’ is closed to new replies.