woocommerce_update_non_option_setting, array( id => zone_name

woocommerce_update_non_option_setting, array( id => zone_name

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_update_non_option_setting, array( id => zone_name') is found 1 times:

  • /includes/class-wc-ajax.php line 3601
    			 * Notifies that a non-option setting has been updated.
    			 *
    			 * @since 7.8.0
    			 */
    			do_action( 'woocommerce_update_non_option_setting', array( 'id' => 'zone_name' ) );
    			$zone->set_zone_name( wc_clean( $changes['zone_name'] ) );
    		}
    
    		if ( isset( $changes['zone_locations'] ) ) {
    			/**
    			 * Notifies that a non-option setting has been updated.