jetpack_deleted_theme, $stylesheet, $theme_data

jetpack_deleted_theme, $stylesheet, $theme_data

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_action('jetpack_deleted_theme, $stylesheet, $theme_data') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php line 365
    			 *
    			 * @param string $stylesheet Theme slug
    			 * @param array  $theme_data Theme info Since 5.3
    			 */
    			do_action( 'jetpack_deleted_theme', $stylesheet, $theme_data );
    		}
    	}
    
    	/**
    	 * Handle an upgrader completion action.
    	 *