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...
  • May 16, 2022
  • 0 Comments
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...
  • May 15, 2022
  • 0 Comments
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...
  • May 15, 2022
  • 0 Comments
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...
  • May 14, 2022
  • 0 Comments
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...
  • May 12, 2022
  • 0 Comments