post_flair_disable, false

post_flair_disable, false

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('post_flair_disable, false') is found 1 times:

  • /modules/likes/jetpack-likes-settings.php line 46
    			 * @since 2.2.0
    			 *
    			 * @param bool false Should the Likes metabox be disabled? Default to false.
    			 */
    		apply_filters( 'post_flair_disable', false )
    		) {
    			return;
    		}
    
    		$post_types = get_post_types( array( 'public' => true ) );
    		/**