jetpack_comment_likes_enabled, get_option( jetpack_comment_likes_enabled, false

jetpack_comment_likes_enabled, get_option( jetpack_comment_likes_enabled, false

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_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() {