woocommerce_after_edit_attribute_fields

woocommerce_after_edit_attribute_fields

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_after_edit_attribute_fields') is found 1 times:

  • /includes/admin/class-wc-admin-attributes.php line 280
    									</select>
    									<p class="description"><?php esc_html_e( 'Determines the sort order of the terms on the frontend shop product pages. If using custom ordering, you can drag and drop the terms in this attribute.', 'woocommerce' ); ?></p>
    								</td>
    							</tr>
    							<?php do_action( 'woocommerce_after_edit_attribute_fields' ); ?>
    						</tbody>
    					</table>
    					<p class="submit"><button type="submit" name="save_attribute" id="submit" class="button-primary" value="<?php esc_attr_e( 'Update', 'woocommerce' ); ?>"><?php esc_html_e( 'Update', 'woocommerce' ); ?></button></p>
    					<?php wp_nonce_field( 'woocommerce-save-attribute_' . $edit ); ?>
    				</form>
    			<?php } ?>