jetpack_sync_current_theme_support, $this->get_theme_info(
jetpack_sync_current_theme_support, $this->get_theme_info(
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('jetpack_sync_current_theme_support, $this->get_theme_info(') is found 1 times:
- /jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php line 482
* * @param array the theme support array * @param array the previous theme since Jetpack 6.5.0 */ do_action( 'jetpack_sync_current_theme_support', $this->get_theme_info(), $previous_theme ); } /** * Enqueue the themes actions for full sync. * * @access public