- /*
- * DEBUG MODE depends on URL request
- *
- * Replaced:
- * define( 'WP_DEBUG', false );
- *
- * Usage:
- * http(s)://{url}/{path}/?debug={mode}
- *
- * Modes:
- * display - shows errors and warnings as they are generated inside the HTML of pages
- * log - causes all errors to be saved to a debug.log log file in /wp-content/
- */
- } else {
- }
- /* Allows WP to install and update without asking for FTP data */
- /* ContactForm7 Capabilities */
- /* Memory Limit */
- //define( 'WP_MEMORY_LIMIT', '256M' );
- //define( 'WP_MAX_MEMORY_LIMIT', '256M' );
Recent Pastes