Automattic\WooCommerce\Internal\Admin\Agentic
AgenticCommerceIntegration::process_admin_options
Process and save options.
Метод класса: AgenticCommerceIntegration{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$AgenticCommerceIntegration = new AgenticCommerceIntegration(); $AgenticCommerceIntegration->process_admin_options();
Код AgenticCommerceIntegration::process_admin_options() AgenticCommerceIntegration::process admin options WC 10.5.0
public function process_admin_options() {
// Let AgenticSettingsPage handle saving.
$this->settings_page->save_settings();
}