• Resolved jkd77

    (@jkd77)


    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/

Viewing 1 replies (of 1 total)
  • Thread Starter jkd77

    (@jkd77)

    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.