Skip to content
oncletom edited this page Oct 16, 2012 · 8 revisions

Welcome in wp-less usage documentation.

Using this plugin, your life becomes easier when dealing with *.less files within WordPress.
You only have to register your stylesheets like before.

Common Usage

Covers an out-of-the-box usage of the plugin once activated.

  • [Registering a LESS stylesheet](wiki/Common-Usage#Registering a LESS stylesheet)
  • [Configuration Constants](wiki/Common-Usage#Configuration Constants)
  • [Available variables](wiki/Common-Usage#Available variables)

Advanced Usage

Covers a fine-tuned plugin usage for your very special needs without breaking stuff.

  • [Registering a LESS variable](wiki/Advanced-Usage#Registering a LESS variable)
  • [Registering a LESS function](wiki/Advanced-Usage#Registering a LESS function)
  • [Changing compilation target directory](wiki/Advanced-Usage#Changing compilation target directory)

Embedding within a WordPress Theme

Covers the way to redistribute a theme or a plugin embedding wp-less.

  • [Basics of embedding](wiki/Embedding-within-a-WordPress-Theme#Basics of embedding)
  • [Manual registration of scheduled tasks](wiki/Embedding-within-a-WordPress-Theme#Manual registration of scheduled tasks)
  • [If the plugin is installed aside](wiki/Embedding-within-a-WordPress-Theme#If the plugin is installed aside)

API

Low level API to alter deeply its way of working.

  • [Processing Workflow](wiki/API#Processing Workflow)
  • [WPLessPlugin Class](wiki/API#WPLessPlugin Class)
  • [WPLessConfiguration Class](wiki/API#WPLessConfiguration Class)
  • [Plugin Hooks](wiki/API#Hooks and Filters)
  • [Scheduled Tasks](wiki/API#Scheduled Tasks)

Clone this wiki locally