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