jetpack_plugins_updated, $this->plugins_updated, $this->state
jetpack_plugins_updated, $this->plugins_updated, $this->state
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('jetpack_plugins_updated, $this->plugins_updated, $this->state') is found 1 times:
- /jetpack_vendor/automattic/jetpack-sync/src/modules/class-plugins.php line 421
* @module sync * * @param array () $plugin, Plugin Data */ do_action( 'jetpack_plugins_updated', $this->plugins_updated, $this->state ); } /** * Helper method for firing the 'jetpack_plugin_installed' action on shutdown. * * @access public