rwmb_show

rwmb_show

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wp-stateless.4.1.2

apply_filters('rwmb_show') is found 1 times:

  • /vendor/wpmetabox/meta-box/inc/meta-box.php line 74
    		}
    	}
    
    	public function is_shown() : bool {
    		$show = apply_filters( 'rwmb_show', true, $this->meta_box );
    		return apply_filters( "rwmb_show_{$this->id}", $show, $this->meta_box );
    	}
    
    	protected function global_hooks() {
    		// Enqueue common styles and scripts.
    		add_action( 'admin_enqueue_scripts', [ $this, 'enqueue' ] );
    

See this hook used in plugins: