Plugin info

Total downloads: 4,352
Active installs: 100
Total reviews: 2
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 7/19/2024 (530 days ago)
Added to WordPress: 1/9/2022 (3 years old)
Minimum WordPress version: 5.0
Tested up to WordPress version: 6.6.4
Minimum PHP version: 7.1

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 530 days ago • 2 reviews

28/100

Is Enqueueror abandoned?

Possibly abandoned (last update 530 days ago).

Compatibility

Requires WordPress: 5.0
Tested up to: 6.6.4
Requires PHP: 7.1

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Enqueue Font Awesome CDN
Rating 5.0/5 (2 reviews)Active installs 200
WP Enqueue
Rating 0.0/5 (0 reviews)Active installs 50
Remove CSS link IDs
Rating 5.0/5 (1 reviews)Active installs 30
MooTools
Rating 5.0/5 (1 reviews)Active installs 20
Enqueue Me
Rating 5.0/5 (1 reviews)Active installs 10
Inline JavaScript in Head
Rating 1.0/5 (1 reviews)Active installs 10

Description

Enqueueror empowers WordPress developers to manage and develop their CSS & JavaScript files efficiently. It facilitates conditional CSS & JavaScript loading through the use of naming conventions and provides numerous features to enhance the code development workflow.

Quick Start Examples

  • Load a stylesheet globally
    Code a CSS file named global.css in the stylesheets directory.

  • Load a stylesheet only when viewing the page with id = 1
    Code a CSS file named type-page-id-1.css or type-id-1.css in the stylesheets directory.

  • Load a stylesheet only when viewing the page with slug = ‘example-page’
    Code a CSS file named type-page-slug-example-page.css or type-slug-example-page.css in the stylesheets directory.

  • Load a stylesheet only when viewing the category term with id = 1
    Code a CSS file named tax-category-term-id-1.css or term-id-1.css in the stylesheets directory.

  • Load a stylesheet only when viewing the category term with slug = ‘category1’
    Code a CSS file named tax-category-term-slug-category1.css or term-slug-category1.css in the stylesheets directory.

Guide

You may read the guide at GitHub.

Usage

  • Install Enqueueror.
  • Create the scripts and stylesheets directories under the active theme’s root directory.
  • Consult the guide at GitHub.

Installation

No installation instructions available

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

  1. Load assets "globally" as external files, for every kind of content.

    Load assets "globally" as external files, for every kind of content.

  2. Load assets as external files, based on a page's slug or ID.

    Load assets as external files, based on a page's slug or ID.

  3. Load assets as external files, based on a post's slug or ID.

    Load assets as external files, based on a post's slug or ID.

  4. Load assets as external files, based on the slug or ID of content provided by the "product" post type.

    Load assets as external files, based on the slug or ID of content provided by the "product" post type.

  5. Load assets as external files, based on the slug or ID of the content, irrespectively of the content's post type.

    Load assets as external files, based on the slug or ID of the content, irrespectively of the content's post type.

  6. Load assets as external files, based on the slug or ID of a term belonging in the "category" taxonomy.

    Load assets as external files, based on the slug or ID of a term belonging in the "category" taxonomy.

  7. Load assets as external files, when an arbitrary term in the "category" taxonomy is requested.

    Load assets as external files, when an arbitrary term in the "category" taxonomy is requested.

  8. Load assets as external files, based on the slug or ID of a specific term in the "product_cat" taxonomy.

    Load assets as external files, based on the slug or ID of a specific term in the "product_cat" taxonomy.

  9. Organize assets in directories by post type and taxonomy.

    Organize assets in directories by post type and taxonomy.

  10. Load assets as external files, when the Greek (WPML based) translation of an arbitrary page is requested.

    Load assets as external files, when the Greek (WPML based) translation of an arbitrary page is requested.

  11. Dynamically generate CSS and JavaScript code to be enqueued as external files, for every requested page, using PHP as a preprocessor.

    Dynamically generate CSS and JavaScript code to be enqueued as external files, for every requested page, using PHP as a preprocessor.

  12. Load JavaScript assets as external files before the closing  tag, for every requested page.

    Load JavaScript assets as external files before the closing tag, for every requested page.

  13. Output JavaScript code contained in the .js file internally before the closing  tag, for every requested page.

    Output JavaScript code contained in the .js file internally before the closing tag, for every requested page.

  14. Output code contained in the .js and .css files internally within the  HTML section, for every requested page.

    Output code contained in the .js and .css files internally within the HTML section, for every requested page.

  15. Dynamically generate CSS & JavaScript code to be loaded internally within the  HTML section, for every requested page.

    Dynamically generate CSS & JavaScript code to be loaded internally within the HTML section, for every requested page.

  16. Mix of scenarios.

    Mix of scenarios.

Changelog

1.4.0

  • Added: Official, direct support for Polylang.
  • Added: Support for async and defer script loading through the new Loading flag.
  • Changed: WordPress 6.6 compatibility update.
  • Fixed: Preprocessed, PHP-based assets will now be updated when their source files are updated.

1.3.1

  • Fixed: Non string language codes returned by WPML filters are now properly handled.

1.3.0

  • Added: Support for loading CSS internally before the closing tag.
  • Added: Support for loading CSS externally before the closing tag.
  • Added: Support for using internal CSS & JavaScript assets as dependencies both in and .
  • Added: Support for using external CSS assets as dependencies within .
  • Added: Support for mixing internal and external assets within the asset dependency chain.
  • Changed: Better support for loading assets before the closing tag.

1.2.0

  • Added: Local assets and external script and stylesheets may be used as dependencies.
  • Added: Direct access to PHP preprocessed assets is prevented using .htaccess rules.
  • Changed: Preprocessed assets are now served from /wp-content/uploads/enqueueror.

1.1.1

  • Fixed: Handling of multiple dependencies.

1.1.0

  • Added: Introduced support for header in assets.
  • Added: Introduced support for asset dependencies.
  • Fixed: Asset order rules not always respected.
  • Fixed: Error if WPML is activated but not set up.

1.0.0

  • First release