self::CAP_PLUGIN, self::CAP_DEFAULT

self::CAP_PLUGIN, self::CAP_DEFAULT

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: redirection.5.9.0

apply_filters('self::CAP_PLUGIN, self::CAP_DEFAULT') is found 1 times:

  • /redirection-capabilities.php line 94
    	 *
    	 * @return string Role/capability
    	 */
    	public static function get_plugin_access() {
    		return apply_filters( self::CAP_PLUGIN, self::CAP_DEFAULT );
    	}
    
    	/**
    	 * Return all the pages the user has access to.
    	 *
    	 * @phpstan-return list<string>