| ... | ... | @@ -192,10 +192,10 @@ add_action('admin_init', 'check_plugin_w3tc_state'); |
|
|
|
```
|
|
|
|
# Gere novas chaves aleatórias em https://api.wordpress.org/secret-key/1.1/salt/
|
|
|
|
|
|
|
|
define('WP_DEBUG_LOG', true);
|
|
|
|
define('WP_DEBUG_DISPLAY', true);
|
|
|
|
define('SCRIPT_DEBUG', true);
|
|
|
|
define('JETPACK_DEV_DEBUG', true);
|
|
|
|
#define('WP_DEBUG_LOG', true);
|
|
|
|
#define('WP_DEBUG_DISPLAY', true);
|
|
|
|
#define('SCRIPT_DEBUG', true);
|
|
|
|
#define('JETPACK_DEV_DEBUG', true);
|
|
|
|
|
|
|
|
define('FS_METHOD','direct');
|
|
|
|
define('WP_CACHE', true);
|
| ... | ... | |