RemoteInboxNotificationsEngine::run_on_deactivated_plugin()

Method: The deactivated_plugin hook happens before the option is updated (https://github.com/WordPress/WordPress/blob/master/wp-admin/includes/plugin.php#L826) so this captures the deactivated plugin path and pushes it into the PluginsProvider.

Source: packages/woocommerce-admin/src/RemoteInboxNotifications/RemoteInboxNotificationsEngine.php:147

Used by 0 functions | Uses 2 functions

RemoteInboxNotificationsEngine::on_admin_init()

Method: Init is continued via admin_init so that WC is loaded when the product query is used, otherwise the query generates a “0 = 1” in the WHERE condition and thus doesn’t return any results.

Source: packages/woocommerce-admin/src/RemoteInboxNotifications/RemoteInboxNotificationsEngine.php:69

Used by 0 functions | Uses 3 functions