Linux 软件免费装
Banner图

Enqueueror

开发者 panastasiadist
更新时间 2023年7月25日 18:20
PHP版本: 7.1 及以上
WordPress版本: 6.2
版权: GPLv2 or later
版权网址: 版权信息

标签

css theme javascript script development stylesheet enqueue wp_enqueue_script wp_enqueue_style

下载

1.1.1 1.0.0 1.3.0 1.2.0 1.1.0 1.3.1

详情介绍:

Enqueueror enables WordPress developers to efficiently develop and manage their CSS & JavaScript code files, having them conditionally loaded, through the use of naming conventions and a bunch of convenient features which augment their 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.3.1 1.3.0 1.2.0 1.1.1 1.1.0 1.0.0