- availability:
-
WooCommerce Multilingual Version: 3.8.1
- description:
-
Run actions before generating the Multi-currency tab in the WPML -> Woocommerce Multilingual screen.
- type:
- action
- category:
- Multi-currency Feature
- parameters:
-
add_action( 'wcml_before_multi_currency_ui', 'the_callback_function' );
This action has no parameter.
- hook example usage:
-
Example
add_action( 'wcml_before_multi_currency_ui', 'my_custom_action' ); function my_custom_action() { // my custom action }