woocommerce_shipping_classes_column_

woocommerce_shipping_classes_column_

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_shipping_classes_column_') is found 2 times:

  • /includes/admin/settings/views/html-admin-page-shipping-classes.php line 102
    									<?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
    					<?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">