rwmb_show_{$this->id}

rwmb_show_{$this->id}

Hook Type: filter

See hook in core

Displaying hooks found in version: wp-stateless.3.4.1

apply_filters('rwmb_show_{$this->id}') is found 1 times:

  • /vendor/wpmetabox/meta-box/inc/meta-box.php line 75
    	}
    
    	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' ] );