woocommerce_before_edit_attribute_fields

woocommerce_before_edit_attribute_fields

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_before_edit_attribute_fields') is found 1 times:

  • /includes/admin/class-wc-admin-attributes.php line 203
    				?>
    				<form action="edit.php?post_type=product&amp;page=product_attributes&amp;edit=<?php echo absint( $edit ); ?>" method="post">
    					<table class="form-table">
    						<tbody>
    							<?php do_action( 'woocommerce_before_edit_attribute_fields' ); ?>
    							<tr class="form-field form-required">
    								<th scope="row" valign="top">
    									<label for="attribute_label"><?php esc_html_e( 'Name', 'woocommerce' ); ?></label>
    								</th>
    								<td>
    									<input name="attribute_label" id="attribute_label" type="text" value="<?php echo esc_attr( $att_label ); ?>" />