• Resolved conower

    (@conower)


    Hello,
    can I change values ​​for litespeed that have autoload – yes to no? It only applies to records where there is an empty value…

    exaple

    UPDATE wp_options
    SET autoload = ‘no’
    WHERE option_name LIKE ‘%litespeed%’
    AND (option_value IS NULL OR option_value = ”);

    Thank you

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘wp_option autoload’ is closed to new replies.