• Resolved divadyx

    (@divadyx)


    Hello,

    I need to change dynamically constant LITESPEED_STATIC_URL, because I need my optimized .css and .js files to load on more domains and I need to dynamically change the name of the domain.

    Do you offer any hook or filter to change the location of those files, that are default on domain.com/wp-content/litespeed ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support qtwrk

    (@qtwrk)

    you could try use this define in wp-config.php , to define it before plugin defines it

    define('LITESPEED_STATIC_URL', $WP_CONTENT_URL . '/litespeed');
    Thread Starter divadyx

    (@divadyx)

    Thank you, it solved my problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change dynamically LITESPEED_STATIC_URL’ is closed to new replies.