Actions

templates/ywcmap-myaccount-menu.php

yith_wcmap_before_endpoints_menu

Allows to render some content before the endpoints menu



yith_wcmap_before_endpoints_items

Allows to render some content before the endpoints items



yith_wcmap_print_endpoints_group

Allows to render some content when printing the endpoints group

Params
 string $endpoint Endpoint key.
 array  $options  Endpoint options.

yith_wcmap_print_single_endpoint

Allows to render some content when printing the endpoints

Params
 string $endpoint Endpoint key.
 array  $options  Endpoint options.

yith_wcmap_after_endpoints_items

Allows to render some content after the endpoints items



yith_wcmap_after_endpoints_menu

Allows to render some content after the endpoints menu



includes/class-yith-wcmap-security.php

yith_wcmap_after_verify_account_email

Allows to trigger some action after sending email to verify the account



includes/email/class-yith-wcmap-verify-account.php

yith_wcmap_verify_account_sent_correctly

Allows to trigger some action when the email to verify the account has been sent correctly

Params
 int $customer_id Customer ID.

yith_wcmap_verify_account_sent_error

Allows to trigger some action when the email to verify the account has not been sent correctly

Params
 int $customer_id Customer ID.

includes/admin/views/single-item.php

yith_wcmap_admin_before_single_item_content

Allows to render some content before the item in the plugin panel

Params
 string $item_key Item key.
 array  $options  Item options
 string $type     Item type.