|
104 | 104 | // https://codex.wordpress.org/Plugin_API/Action_Reference/admin_notices |
105 | 105 | define( 'DISABLE_NAG_NOTICES', true ); |
106 | 106 |
|
107 | | -/* The SEO Framework Headless Mode */ |
108 | | -// https://kb.theseoframework.com/kb/headless-mode/ |
109 | | -//define( 'THE_SEO_FRAMEWORK_HEADLESS', true ); |
110 | | - |
111 | 107 | /* WP-CLI */ |
112 | 108 | define( 'WP_CLI_BIN_DIR', '/tmp/wp-cli-phar' ); |
113 | 109 | define( 'WP_CLI_CONFIG_PATH', '/tmp/wp-cli-phar/config.yml' ); |
114 | 110 |
|
| 111 | +/* The SEO Framework Headless Mode */ |
| 112 | +// https://kb.theseoframework.com/kb/headless-mode/ |
| 113 | +//define( 'THE_SEO_FRAMEWORK_HEADLESS', true ); |
| 114 | + |
115 | 115 | /* Contact Form 7 */ |
116 | 116 | //define( 'WPCF7_UPLOADS_TMP_DIR', '/var/www/sites/SEDURL/wp-content/uploads/wpcf7_uploads' ); |
117 | 117 |
|
|
146 | 146 | /* Debug */ |
147 | 147 | define( 'WP_DEBUG', false ); // Set to true if you want to debug |
148 | 148 | define( 'CONCATENATE_SCRIPTS', true ); // Setting to false may fix java issues in dashboard only |
| 149 | +//define( 'RECOVERY_MODE_EMAIL', '[email protected]' ); // Set a recovery mode email. |
149 | 150 | define( 'SAVEQUERIES', false ); // https://codex.wordpress.org/Editing_wp-config.php#Save_queries_for_analysis |
150 | 151 | define( 'SCRIPT_DEBUG', false ); // Use dev versions of core JS and CSS files (only needed if you are modifying these core files) |
151 | 152 | define( 'WP_ALLOW_REPAIR', false ); // https://SEDURL/wp-admin/maint/repair.php - Disable once you're done. Anyone can trigger this. |
152 | 153 | define( 'WP_DEBUG_DISPLAY', false ); // Displays logs within browser on site. Not for production environments. |
153 | 154 | define( 'WP_DEBUG_LOG', '/var/log/domains/SEDURL/SEDURL-wp-error.log' ); // Only writes log if WP_DEBUG is set to true. |
154 | 155 | //define( 'WP_SANDBOX_SCRAPING', true ); // Turn off WSOD Protection (and don't send email notification) |
155 | | -//define( 'RECOVERY_MODE_EMAIL', '[email protected]' ); // Set a recovery mode email. |
156 | 156 |
|
157 | 157 | /* Theme Check Plugin */ |
158 | 158 | // https://wordpress.org/plugins/theme-check/ |
|
0 commit comments