woocommerce_agentic_commerce_save_settings

woocommerce_agentic_commerce_save_settings

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.10.4.3

apply_filters('woocommerce_agentic_commerce_save_settings') is found 1 times:

  • /src/Internal/Admin/Agentic/AgenticSettingsPage.php line 299

    Warning: Undefined array key 304 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    		 * @internal This filter is experimental and behind a non-visible feature flag. Backwards compatibility not guaranted.
    		 *
    		 * @param array $registry Registry data to save. Extensions should add their provider settings to this array.
    		 */
    		$registry = apply_filters( 'woocommerce_agentic_commerce_save_settings', $registry );
    
    		// Save registry (don't autoload to prevent performance issues).
    		update_option( self::REGISTRY_OPTION, $registry, false );
    	}
    }