jetpack_comment_likes_enabled, get_option( jetpack_comment_likes_enabled, false
jetpack_comment_likes_enabled, get_option( jetpack_comment_likes_enabled, false
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_comment_likes_enabled, get_option( jetpack_comment_likes_enabled, false') is found 1 times:
- /modules/likes/jetpack-likes-settings.php line 673
* @since 2.2.0 * * @param bool $option Are Comment Likes enabled sitewide. */ return (bool) apply_filters( 'jetpack_comment_likes_enabled', get_option( 'jetpack_comment_likes_enabled', false ) ); } /** * Saves the setting in the database. */ public function admin_settings_callback() {