wpl_is_likes_visible, $enabled
wpl_is_likes_visible, $enabled
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('wpl_is_likes_visible, $enabled') is found 1 times:
- /modules/likes/jetpack-likes-settings.php line 433
* @since 2.2.0 * * @param bool $enabled Should the Likes be visible? */ return (bool) apply_filters( 'wpl_is_likes_visible', $enabled ); } /** * Are Post Likes enabled on single posts? * * @param string $post_type custom post type identifier.