View Product Page

Actions

includes/admin/views/single-item.php

Copied!
Copy

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.

Copied!
Copy

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

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

includes/admin/yith-wcmap-admin-functions.php

Copied!
Copy

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

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

Copied!
Copy

Allows to render some content after printing the item in the plugin panel

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

includes/class-yith-wcmap-avatar.php

Copied!
Copy

Allows to trigger some action before applying the action to manage the avatar

Params
 string $action Action to manage the avatar.

includes/class-yith-wcmap-security.php

Copied!
Copy

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


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

Copied!
Copy

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

Params
 int $customer_id Customer ID.

Copied!
Copy

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

Params
 int $customer_id Customer ID.

templates/ywcmap-myaccount-avatar-modal.php

Copied!
Copy

Allows to render some content before the form to upload the avatar


Copied!
Copy

Allows to render some content after the form to upload the avatar


templates/ywcmap-myaccount-menu-group.php

Copied!
Copy

Allows to render some content when printing the endpoints

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

templates/ywcmap-myaccount-menu.php

Copied!
Copy

Allows to render some content before the endpoints menu


Copied!
Copy

Allows to render some content before the endpoints items


Copied!
Copy

Allows to render some content when printing the endpoints group

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

Copied!
Copy

Allows to render some content when printing the endpoints

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

Copied!
Copy

Allows to render some content after the endpoints items


Copied!
Copy

Allows to render some content after the endpoints menu