Plugin Updates

This commit is contained in:
Tony Volpe
2024-03-19 15:33:31 +00:00
parent ff5b56dc44
commit 3a70a6e4bf
317 changed files with 8178 additions and 2933 deletions

View File

@@ -277,14 +277,14 @@ function imagify_bulk_optimize( $contexts, $optimization_level ) {
}
/**
* Runs the WebP generation
* Runs the next-gen generation
*
* @param array $contexts An array of contexts (WP/Custom folders).
*
* @return void
*/
function imagify_generate_webp( $contexts ) {
Imagify\Bulk\Bulk::get_instance()->run_generate_webp( $contexts );
function imagify_generate_nextgen( $contexts ) {
Imagify\Bulk\Bulk::get_instance()->run_generate_nextgen( $contexts );
}
/**