do_action( 'woocommerce_attribute_deleted', int $id, string $name, string $taxonomy )

After deleting an attribute.


Description Description


Parameters Parameters

$id

Attribute ID.

$name

Attribute name.

$taxonomy

Attribute taxonomy name.


Top ↑

Source Source

File: includes/wc-attribute-functions.php



Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.