jetpack_installed_theme, $theme->stylesheet, $theme_info

jetpack_installed_theme, $theme->stylesheet, $theme_info

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_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'] ) ) {