WooCommerce type.

Page URL:

"Settings" -> "Plugin Usage Preferences" -> "Do not load the plugin on certain pages", thus Asset CleanUp Pro is not loaded on that page and no CSS/JS are to be managed. If you wish to view the CSS/JS manager, please remove the matching RegEx rule and reload this page.', 'wp-asset-clean-up'); ?>

Page URL:

"Do not load Asset CleanUp Pro on this page (this will disable any functionality of the plugin".', 'wp-asset-clean-up'), WPACU_PLUGIN_TITLE); ?>

Note: You have enabled the following option which is meant to prevent the plugin from loading on this page: "Do not load Asset CleanUp Pro on this page (this will disable any functionality of the plugin)". To help you manage the assets in the front-end view, for your convenience, the query string "&wpacu_ignore_no_load_option" has been added to the URL (after the settings were saved) which bypasses the inactivation of Asset CleanUp Pro.

0) { $data['page_options'] = \WpAssetCleanUp\MetaBoxes::getPageOptions( $data['post_id'] ); } elseif (isset($data['wpacu_type']) && $data['wpacu_type'] === 'front_page') { $data['page_options'] = \WpAssetCleanUp\MetaBoxes::getPageOptions( 0, 'front_page' ); } $data['page_options_with_assets_manager_no_load'] = true; include __DIR__.'/meta-box-loaded-assets/_page-options.php';