woocommerce_shipping_classes_column_

woocommerce_shipping_classes_column_

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

do_action('woocommerce_shipping_classes_column_') is found 2 times:

  • /includes/admin/settings/views/html-admin-page-shipping-classes.php line 102
    098
    099
    100
    101
    102
    103
    104
    105
    106
    107
    108
                        <?php echo esc_html( $heading ); ?>
                    </div>
                    <?php
                    // phpcs:ignore WooCommerce.Commenting.CommentHooks.MissingHookComment
                    do_action( 'woocommerce_shipping_classes_column_' . $class );
                    break;
            }
            echo '</div>';
        }
        ?>
    </form>
  • /includes/admin/settings/views/html-admin-page-shipping-classes.php line 154
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
                <?php
                break;
            default:
                // phpcs:ignore WooCommerce.Commenting.CommentHooks.MissingHookComment
                do_action( 'woocommerce_shipping_classes_column_' . $class );
                break;
        }
        echo '</td>';
    }
    ?>
    <td class="wc-shipping-zone-actions">