bd_add_contextual_help

bd_add_contextual_help

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: bulk-delete.6.11

do_action('bd_add_contextual_help') is found 4 times:

  • /include/Core/Base/BasePage.php line 194
    		 * @since 5.1
    		 *
    		 * @param string Hook suffix of the current page.
    		 */
    		do_action( 'bd_add_contextual_help', $this->hook_suffix );
    	}
    
    	/**
    	 * Modify help tabs for the current page.
    	 *
    	 * @param array  $help_tabs   Current list of help tabs.
    
  • /include/base/class-bd-page.php line 83
    		 * Add contextual help for admin screens.
    		 *
    		 * @since 5.1
    		 */
    		do_action( 'bd_add_contextual_help', $this->screen );
    
    		// Trigger the add_meta_boxes hooks to allow meta boxes to be added
    		do_action( 'add_meta_boxes_' . $this->screen, null );
    
    		// Enqueue WordPress' script for handling the meta boxes
    		wp_enqueue_script( 'postbox' );
    
  • /include/meta/class-bulk-delete-meta.php line 70
    		 * Add contextual help for admin screens.
    		 *
    		 * @since 5.4
    		 */
    		do_action( 'bd_add_contextual_help', $bd->meta_page );
    
    		/* Trigger the add_meta_boxes hooks to allow meta boxes to be added */
    		do_action( 'add_meta_boxes_' . $bd->meta_page, null );
    
    		/* Enqueue WordPress' script for handling the meta boxes */
    		wp_enqueue_script( 'postbox' );
    
  • /include/misc/class-bulk-delete-misc.php line 78
    		 * Add contextual help for admin screens.
    		 *
    		 * @since 5.3
    		 */
    		do_action( 'bd_add_contextual_help', $bd->misc_page );
    
    		/* Trigger the add_meta_boxes hooks to allow meta boxes to be added */
    		do_action( 'add_meta_boxes_' . $bd->misc_page, null );
    
    		/* Enqueue WordPress' script for handling the meta boxes */
    		wp_enqueue_script( 'postbox' );
    

See this hook used in plugins: