jetpack_deleted_theme, $stylesheet, $theme_data
jetpack_deleted_theme, $stylesheet, $theme_data
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_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. *