woocommerce_settings_updated, $updated_fields, $this->rest_base

woocommerce_settings_updated, $updated_fields, $this->rest_base

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_settings_updated, $updated_fields, $this->rest_base') is found 1 times:

  • /src/Internal/RestApi/Routes/V4/Settings/Emails/Controller.php line 280
    			 * @param array  $updated_fields Array of updated field IDs.
    			 * @param string $rest_base      The REST base of the settings.
    			 * @since 10.2.0
    			 */
    			do_action( 'woocommerce_settings_updated', $updated_fields, $this->rest_base );
    		}
    
    		try {
    			$response = $this->schema->get_item_response( $updated_email, $request );
    			return rest_ensure_response( $response );
    		} catch ( \Exception $e ) {