jetpack_installed_theme, $theme->stylesheet, $theme_info
jetpack_installed_theme, $theme->stylesheet, $theme_info
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('jetpack_installed_theme, $theme->stylesheet, $theme_info') is found 1 times:
- /jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php line 408
* * @param string $theme->theme_root Text domain of the theme * @param mixed $theme_info Array of abbreviated theme info */ do_action( 'jetpack_installed_theme', $theme->stylesheet, $theme_info ); } if ( 'update' === $details['action'] ) { $themes = array(); if ( empty( $details['themes'] ) && isset( $details['theme'] ) ) {