Can you override database values for your sit urls in wp-config.php?
Answer Posted / Akash Kumar Pal
Yes, you can override database values for your site URLs by directly editing the $table_prefix and $wp_options variables in the wp-config.php file. For example, to change the site URL, you would modify the options['siteurl'] value under the $wp_options array.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers