Linux 软件免费装
Banner图

Enqueueror

开发者 panastasiadist
更新时间 2024年7月20日 02:38
PHP版本: 7.1 及以上
WordPress版本: 6.6
版权: GPLv2 or later
版权网址: 版权信息

标签

css theme javascript development

下载

1.4.0 1.1.1 1.0.0 1.3.0 1.2.0 1.1.0 1.3.1

详情介绍:

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 Guide You may read the guide at GitHub.

屏幕截图:

  • Load assets as external files, based on a page's slug or ID.
  • Load assets as external files, based on a post's slug or ID.
  • 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 the content, irrespectively of the content's post type.
  • Load assets as external files, based on the slug or ID of a term belonging in the "category" taxonomy.
  • Load assets as external files, when an arbitrary term in the "category" taxonomy is requested.
  • Load assets as external files, based on the slug or ID of a specific term in the "product_cat" taxonomy.
  • Organize assets in directories by post type and taxonomy.
  • Load assets as external files, when the Greek (WPML based) translation of an arbitrary page is requested.
  • Dynamically generate CSS and JavaScript code to be enqueued as external files, for every requested page, using PHP as a preprocessor.
  • Load JavaScript assets as external files before the closing </body> tag, for every requested page.
  • Output JavaScript code contained in the .js file internally before the closing </body> tag, for every requested page.
  • Output code contained in the .js and .css files internally within the <head> HTML section, for every requested page.
  • Dynamically generate CSS & JavaScript code to be loaded internally within the <head> HTML section, for every requested page.
  • Mix of scenarios.

其他记录:

Usage

更新日志:

1.4.0 1.3.1 1.3.0 1.2.0 1.1.1 1.1.0 1.0.0