jetpack_updated_themes, $themes

jetpack_updated_themes, $themes

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_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.
    	 *