-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwp-config.php
More file actions
16 lines (14 loc) · 773 Bytes
/
wp-config.php
File metadata and controls
16 lines (14 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php // Ensure this opening PHP tag appears only once in your file
// Disable the ability to edit theme and plugin files from the WordPress dashboard
define('DISALLOW_FILE_EDIT', true);
// Ensure you have unique security keys
// define('AUTH_KEY', 'your-unique-phrase');
// define('SECURE_AUTH_KEY', 'your-unique-phrase');
// define('LOGGED_IN_KEY', 'your-unique-phrase');
// define('NONCE_KEY', 'your-unique-phrase');
// define('AUTH_SALT', 'your-unique-phrase');
// define('SECURE_AUTH_SALT', 'your-unique-phrase');
// define('LOGGED_IN_SALT', 'your-unique-phrase');
// define('NONCE_SALT', 'your-unique-phrase');
// You can generate these keys from the WordPress secret key service.
// https://api.wordpress.org/secret-key/1.1/salt/