Title: [Plugin: WP-LESS] how to set WP_DEBUG?
Last modified: August 20, 2016

---

# [Plugin: WP-LESS] how to set WP_DEBUG?

 *  Resolved [jkd77](https://wordpress.org/support/users/jkd77/)
 * (@jkd77)
 * [14 years ago](https://wordpress.org/support/topic/plugin-wp-less-how-to-set-wp_debug/)
 * how specifically does one set WP_DEBUG? Alternatively, where does one use: `$
   WPLessPlugin->processStylesheets(TRUE);`
 * This doesn’t work, for example:
 *     ```
       require( get_template_directory() . '/inc/wp-less/bootstrap-for-theme.php' );
       $WPLessPlugin->getConfiguration()->setUploadUrl( get_template_directory_uri());
       $WPLessPlugin->getConfiguration()->setUploadDir( get_template_directory());
       $WPLessPlugin->processStylesheets(TRUE); // force re-compile of all files?
       $WPLessPlugin->dispatch();
       ```
   
 * Help? Thanks! -Paul
 * [http://wordpress.org/extend/plugins/wp-less/](http://wordpress.org/extend/plugins/wp-less/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [jkd77](https://wordpress.org/support/users/jkd77/)
 * (@jkd77)
 * [14 years ago](https://wordpress.org/support/topic/plugin-wp-less-how-to-set-wp_debug/#post-2752199)
 * Figured it out.
 * It gets set in the standard WordPress root file wp-config.php towards the bottom
   of the file. Default is false.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WP-LESS] how to set WP_DEBUG?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-less.svg)
 * [WP-LESS](https://wordpress.org/plugins/wp-less/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-less/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-less/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-less/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-less/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-less/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [jkd77](https://wordpress.org/support/users/jkd77/)
 * Last activity: [14 years ago](https://wordpress.org/support/topic/plugin-wp-less-how-to-set-wp_debug/#post-2752199)
 * Status: resolved