Skip to content
Renato Alves edited this page Aug 10, 2026 · 2 revisions

Asset Manager

Asset Manager is a toolkit for managing front-end assets and more tightly controlling where, when, and how they're loaded.

This wiki holds the full API reference. For installation and requirements, see the README.

Reference

  • Enqueue Functionsam_enqueue_script, am_enqueue_style, and the full list of enqueue options.
  • Conditions — control when an asset loads, and register your own conditions.
  • Inline Assets — print file contents or global JavaScript variables into the document.
  • Preloadam_preload and its options.
  • SVG Sprite — register, display, and manage SVG symbols in a sprite sheet.

Clone this wiki locally