I have a local server up using EasyPHP. I know its working because I have a default wordpress install running and up on my brower. I have a full...
I host quite a few blogs on my network (WordPress Multisite) and have their static content served via a common CDN, by simply setting the wp-content directory URL in...
Is it possible to rename the wp-content folder dynamically? I am building a custom framework to use on themes and it would be nice to set it up where...
Is there a function to set WP_POST_REVISIONS from a plugin instead of having to do it in config.php? I was thinking of doing this: runkit_constant_redefine( 'WP_POST_REVISIONS', 0 ); but...
Is there a config in WP that allows you to store your FTP credentials? I’m using the Linux webserver at work to develop and it’s really annoying to have...
I hadn’t realized that one of my WP sites wasn’t being accessed in the last months, and consequently not being updated, and today I have found that my config.php...
I am using SMTP to send email through WordPress, however this requires using plain text password. What if this password is stored in wp-config.php? Very similar to this. Why...
I am curious to know if setting ‘WPLANG’ in wp-config.php just effects the admin language or does it have other consequences? I run a blog in a foreign language...
I am getting Fatal error: Call to undefined function add_filter() in example.com/wp-config.php on line 20 after adding add_filter( 'auto_update_plugin', '__return_true' ); to wp-config.php My plugins.php file is present and...
I am looking for a way to override the currently selected theme, preferably from within the wp_config.php file. I know you can override some wp_options settings in the config...