woocommerce_after_add_attribute_fields

woocommerce_after_add_attribute_fields

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

do_action('woocommerce_after_add_attribute_fields') is found 1 times:

  • /includes/admin/class-wc-admin-attributes.php line 486
    482
    483
    484
    485
    486
    487
    488
    489
    490
    491
    492
                    </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>
                </div>
     
                <?php do_action( 'woocommerce_after_add_attribute_fields' ); ?>
     
                <p class="submit"><button type="submit" name="add_new_attribute" id="submit" class="button button-primary" value="<?php esc_attr_e( 'Add attribute', 'woocommerce' ); ?>"><?php esc_html_e( 'Add attribute', 'woocommerce' ); ?></button></p>
                <?php wp_nonce_field( 'woocommerce-add-new_attribute' ); ?>
            </form>
        </div>
    </div>