wp_is_post_type_collaboration_disabled

wp_is_post_type_collaboration_disabled

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: gutenberg.23.5.0

apply_filters('wp_is_post_type_collaboration_disabled') is found 1 times:

  • /lib/compat/wordpress-7.1/collaboration.php line 233
    		 *
    		 * @param bool   $disabled  Whether real-time collaboration is disabled for the post type.
    		 * @param string $post_type Post type name.
    		 */
    		return (bool) apply_filters( 'wp_is_post_type_collaboration_disabled', false, $post_type );
    	}
    }
    
    /**
     * Injects the real-time collaboration setting into a global variable.
     *