add_meta_boxes_ . $this->hook_suffix, null

add_meta_boxes_ . $this->hook_suffix, 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->hook_suffix, null') is found 1 times:

  • /include/Core/Base/BaseDeletePage.php line 82
    	/**
    	 * Trigger the add_meta_boxes hooks to allow modules to be added when the page is loaded.
    	 */
    	public function on_load_page() {
    		do_action( 'add_meta_boxes_' . $this->hook_suffix, null ); //phpcs:ignore
    	}
    
    	/**
    	 * Add additional nonce fields that are related to modules.
    	 */
    	protected function render_nonce_fields() {