rwmb_admin_menu

rwmb_admin_menu

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wp-stateless.4.1.2

apply_filters('rwmb_admin_menu') is found 1 times:

  • /vendor/wpmetabox/meta-box/inc/about/about.php line 147
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
        return 'plugins.php';
    }
     
    private function has_menu(): bool {
        return apply_filters( 'rwmb_admin_menu', false );
    }
     
    private function is_bundled(): bool {
        // @codingStandardsIgnoreLine
        foreach ( $_REQUEST as $key => $value ) {
            if ( str_contains( $key, 'tgmpa' ) || ( is_string( $value ) && str_contains( $value, 'tgmpa' ) ) ) {

See this hook used in plugins: