Dear All ....
Is it true that LiteSpeed for Wordpress store it's configuration/seting paramaters inside 'wp_option' table?
Since I found some records with option_name value like :
If so , is it true that some configuration value (i.e : litespeedcache/setting/advance) are stored under option_name 'litespeed-cache-conf' of that table?
Background of question : I'm writing of simple script to auto install wordpress including LS-Cache plugin whenever a user is created in WHM.
Sincerely
-bino-
Is it true that LiteSpeed for Wordpress store it's configuration/seting paramaters inside 'wp_option' table?
Since I found some records with option_name value like :
Code:
| litespeed-adv-purge_all_hooks |
| litespeed-banner-promo |
| litespeed-banner-promo-slack |
| litespeed-cache_uri_priv |
| litespeed-cache-cdn_mapping |
| litespeed-cache-conf |
| litespeed-cache-dns_prefetch |
| litespeed-cache-drop_qs |
| litespeed-cache-exclude-cache-roles |
| litespeed-cache-exclude-optimization-roles |
| litespeed-cache-vary-group |
| litespeed-ccss-summary |
| litespeed-cdn-ori_dir |
| litespeed-crawler-as-uids |
| litespeed-excludes_uri |
| litespeed-forced_cache_uri |
| litespeed-log_ignore_filters |
| litespeed-log_ignore_part_filters |
| litespeed-media-lazy-img-excludes |
| litespeed-media-placeholder-summary |
| litespeed-media-webp_attribute |
| litespeed-object_global_groups |
| litespeed-object_non_persistent_groups |
| litespeed-optm_excludes |
| litespeed-optm-ccss-separate_posttype |
| litespeed-optm-css |
| litespeed-optm-css-separate_uri |
| litespeed-optm-js-defer-excludes |
| litespeed-setting-mode |
| litespeed-timestamp-purge-css |
If so , is it true that some configuration value (i.e : litespeedcache/setting/advance) are stored under option_name 'litespeed-cache-conf' of that table?
Background of question : I'm writing of simple script to auto install wordpress including LS-Cache plugin whenever a user is created in WHM.
Sincerely
-bino-
Last edited by a moderator: