self::CAP_PLUGIN, self::CAP_DEFAULT
self::CAP_PLUGIN, self::CAP_DEFAULT
Appears in: redirection.5.9.0
Hook Type: filter
Displaying hooks found in version: redirection.5.9.0apply_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>