Automattic\WooCommerce\Admin\RemoteSpecs\RuleProcessors
StoredStateSetupForProducts::run_remote_notifications()
Run the remote notifications engine. This is triggered by action-scheduler after a product is added. It also cleans up from setting the product count increment.
Метод класса: StoredStateSetupForProducts{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$result = StoredStateSetupForProducts::run_remote_notifications();
Код StoredStateSetupForProducts::run_remote_notifications() StoredStateSetupForProducts::run remote notifications WC 9.7.1
public static function run_remote_notifications() { RemoteInboxNotificationsEngine::run(); }