(action)
Output the custom view given the current tab and section by calling the action.
Usage
add_action( '(action)', 'wp_kama_action' ); /** * Function for `(action)` action-hook. * * @return void */ function wp_kama_action(){ // action... }
Changelog
Since 2.1.0 | Introduced. |
Where the hook is called
(action)
(action)
woocommerce/includes/admin/settings/class-wc-settings-page.php 318
do_action( $action );
woocommerce/includes/admin/settings/class-wc-settings-page.php 354
do_action( $action, $setting );