plugin updates

This commit is contained in:
Tony Volpe
2024-11-15 13:53:04 -05:00
parent 1293d604ca
commit 0238f0c4ca
2009 changed files with 163492 additions and 89543 deletions

View File

@@ -276,14 +276,14 @@ class Imagify_Assets extends Imagify_Assets_Deprecated {
* Loaded in the bulk optimization page.
*/
if ( imagify_is_screen( 'bulk' ) ) {
$this->enqueue_assets( [ 'pricing-modal', 'bulk' ] );
$this->enqueue_assets( 'bulk' );
}
/*
* Loaded in the settings page.
*/
if ( imagify_is_screen( 'imagify-settings' ) ) {
$this->enqueue_assets( [ 'sweetalert', 'notices', 'twentytwenty', 'pricing-modal', 'options' ] );
$this->enqueue_assets( [ 'sweetalert', 'notices', 'twentytwenty', 'options' ] );
}
/*
@@ -293,6 +293,8 @@ class Imagify_Assets extends Imagify_Assets_Deprecated {
$this->enqueue_assets( [ 'files-list', 'twentytwenty' ] );
}
$this->enqueue_assets( 'pricing-modal' );
/**
* Triggered after Imagify CSS and JS have been enqueued.
*