woocommerce_helper_loaded

woocommerce_helper_loaded

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_helper_loaded') is found 1 times:

  • /includes/admin/helper/class-wc-helper.php line 50
    		add_action( 'woocommerce_helper_output', array( __CLASS__, 'render_helper_output' ) );
    		add_action( 'admin_enqueue_scripts', array( __CLASS__, 'admin_enqueue_scripts' ) );
    		add_action( 'admin_notices', array( __CLASS__, 'admin_notices' ) );
    
    		do_action( 'woocommerce_helper_loaded' );
    	}
    
    	/**
    	 * Include supporting helper classes.
    	 */
    	protected static function includes() {
    

See this hook used in plugins: