add_meta_boxes_ . $this->screen, null

add_meta_boxes_ . $this->screen, null

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: bulk-delete.6.12

do_action('add_meta_boxes_ . $this->screen, null') is found 1 times:

  • /include/base/class-bd-page.php line 79
    	 * @since 5.5
    	 */
    	public function add_settings_panel() {
    		// Trigger the add_meta_boxes hooks to allow meta boxes to be added
    		do_action( 'add_meta_boxes_' . $this->screen, null ); //phpcs:ignore
    
    		// Enqueue WordPress' script for handling the meta boxes
    		wp_enqueue_script( 'postbox' );
    	}
    
    	/**