jetpack_updated_themes, $themes
jetpack_updated_themes, $themes
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('jetpack_updated_themes, $themes') is found 1 times:
- /jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php line 446
* @since-jetpack 6.2.0 * * @param mixed $themes Array of abbreviated theme info */ do_action( 'jetpack_updated_themes', $themes ); } } /** * Initialize themes action listeners for full sync. *