woocommerce_settings_updated, $updated_settings, $this->rest_base
woocommerce_settings_updated, $updated_settings, $this->rest_base
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_settings_updated, $updated_settings, $this->rest_base') is found 5 times:
- /src/Internal/RestApi/Routes/V4/Settings/Account/Controller.php line 239
* @param array $updated_settings Array of updated settings IDs. * @param string $rest_base The REST base of the settings. * @since 4.0.0 */ do_action( 'woocommerce_settings_updated', $updated_settings, $this->rest_base ); } // Get all settings after update. $settings = $this->get_all_settings(); // Return updated settings.
- /src/Internal/RestApi/Routes/V4/Settings/Email/Controller.php line 281
* @param array $updated_settings Array of updated settings IDs. * @param string $rest_base The REST base of the settings. * @since 4.0.0 */ do_action( 'woocommerce_settings_updated', $updated_settings, $this->rest_base ); } // Get all settings after update. $settings = $this->get_all_settings(); // Return updated settings.
- /src/Internal/RestApi/Routes/V4/Settings/General/Controller.php line 240
* @param array $updated_settings Array of updated settings IDs. * @param string $rest_base The REST base of the settings. * @since 4.0.0 */ do_action( 'woocommerce_settings_updated', $updated_settings, $this->rest_base ); } // Get all settings after update. $settings = $this->get_all_settings(); // Return updated settings.
- /src/Internal/RestApi/Routes/V4/Settings/Products/Controller.php line 219
* @param array $updated_settings Array of updated settings IDs. * @param string $rest_base The REST base of the settings. * @since 4.0.0 */ do_action( 'woocommerce_settings_updated', $updated_settings, $this->rest_base ); } // Get all settings after update. $settings = $this->get_all_settings(); // Return updated settings.
- /src/Internal/RestApi/Routes/V4/Settings/Tax/Controller.php line 219
* @param array $updated_settings Array of updated settings IDs. * @param string $rest_base The REST base of the settings. * @since 4.0.0 */ do_action( 'woocommerce_settings_updated', $updated_settings, $this->rest_base ); } // Get all settings after update. $settings = $this->get_all_settings(); // Return updated settings.