Wordpress

To display and debug error messages on the remote server

1
2
/wp-config.php
define('WP_DEBUG', true);

To disable a plugin that is misbehaving simply rename the folder it lives in

1
/public_html/wp-content/plugins/contact-form-7-backup

Sweet Plugins

  • WP Content Copy Protection & No Right Click
  • Contact Form 7

References