This feature is available in the Pro version starting from v1.2.3.8. There are situations when you might want to unload specific plugins in the front-end view if the logged-in visitor has a certain role (e.g. administrator, subscriber, editor, etc.). Some plugins might unload unnecessary CSS/JS files for the ‘administrator’ role, but necessary for the ‘subscriber’ […]
Category: Load Exceptions
How to unload or only load whole plugins on all pages of Search, Date, Author post type archives?
This feature is available in the Pro version starting from v1.2.3.5. WordPress comes with built-in pages such as search results, list of posts/articles that are published on a specific date or belong to a specific author. Many WordPress websites have themes that are using the built-in search page. If there are many articles posted there […]
How to unload or only load whole plugins on all pages belonging to specific post types?
Many public pages in WordPress can be posts (e.g. the articles from the blog), pages (e.g. contact, about, terms), or custom post type pages such as the WooCommerce product pages which belong to the “product” post type. Sometimes, there are plugins that are loaded in these kind of pages, but they are not needed and […]
How to unload or only load whole plugins on all pages that have certain taxonomies (category, tag, etc.) set?
This feature is available in the Pro version starting from v1.2.3.4. This option is useful if you want to unload or load as an exception (from any unload rule already set) whole plugins on taxonomy pages. These include the built-in categories (“category”), tags (“post_tag”) and custom taxonomies which includes the popular WooCommerce product categories & […]
How to unload or only load CSS/JS assets on all pages that have certain taxonomies (category, tag, etc.) set?
This feature is available in the Pro version starting from v1.2.0.5. This option is useful if you want to unload CSS/JS on specific post pages of any kind including, but not limited to: posts (their default well-known taxonomies are “Categories” and “Tags”), pages, custom post types such as WooCommerce’s “product” (it has “Product categories” and […]
What are load exceptions?
Method #1 (Make exception per page) Method #2 (Make exception if the URL matches a RegEx) Method #1 (Make exception per page) There are cases when you want to unload an asset on a specific page type or site-wide (on all pages). For instance, you might use a Contact Form script/plugin that is loading everywhere, […]