• The wp_register_script() Codex page neatly lists all predefined scripts that can be enqueued with wp_enqueue_script().

    Where can I find a similar exhaustive list of predefined styles that can be enqueued with wp_enqueue_style()?

Viewing 1 replies (of 1 total)
  • There is none that I know of.

    Partly because the number of stylesheets is very limited compared to the number of scripts.

    stylesheets are CSS, SASS, and LESS. Not sure what else you would use?

    But also they don’t predefine stylesheets. Stylesheets are handled by the template on a per template basis. Unless you have a plugin controlling the theme.

    Themes are not pre defined, as far as I know.

Viewing 1 replies (of 1 total)
  • The topic ‘List of predefined styles (NOT scripts)?’ is closed to new replies.