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.9.3

do_action('woocommerce_helper_output') is found 1 times:

  • /includes/admin/class-wc-admin-addons.php line 1039
    1035
    1036
    1037
    1038
    1039
    1040
    1041
    1042
    1043
    1044
    1045
    $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: