woocommerce_helper_output

woocommerce_helper_output

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_output') is found 1 times:

  • /includes/admin/class-wc-admin-addons.php line 1038
    		$section = isset( $_GET['section'] ) ? sanitize_text_field( wp_unslash( $_GET['section'] ) ) : '_featured';
    		$search  = isset( $_GET['search'] ) ? sanitize_text_field( wp_unslash( $_GET['search'] ) ) : '';
    
    		if ( isset( $_GET['section'] ) && 'helper' === $_GET['section'] ) {
    			do_action( 'woocommerce_helper_output' );
    			return;
    		}
    
    		if ( isset( $_GET['install-addon'] ) ) {
    			switch ( $_GET['install-addon'] ) {
    				case 'woocommerce-services':
    

See this hook used in plugins: