Taylor Lovett on "[Plugin: Simple Cache] Gave it a test on a local dev site"

ساخت وبلاگ

<?php

/**
* The base configurations of the WordPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys, and ABSPATH. You can find more information by visiting
* {@link https://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php}
* Codex page. You can get the MySQL settings from your web host.
*
* This file is used by the wp-config.php creation script during the
* installation. You don't have to use the web site, you can just copy this file
* to "wp-config.php" and fill in the values.
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'somedbname');
/** MySQL database useame */
define('DB_USER', 'somedbname');
/** MySQL database password */
define('DB_PASSWORD', 'dbpassword');
/** MySQL hostname */
define('DB_HOST', 'localhost');
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');
/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');
/**#@+
* Authentication Unique Keys and Salts.
*
* Change these to different unique phrases!
* You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
* You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
*
* @since 2.6.0
*/
define('AUTH_KEY', 'tTj0}60&i0RQ[Iy0&Z)$8.227HBmk#159OQUh-ue{pfnaugqAAQTUo<x_9jbO.[W');
define('SECURE_AUTH_KEY', 'X;7QQc_IV

b^?;C)GW=1|C[-Jq?XkB}aUIhZ4i8N.9{$<O57(oSw2P!I|;)ThotB');
define('LOGGED_IN_KEY', '>!B^=Pnto6J[)-(.d+GzD!_wb6:It
W205:qb7w_ND3@q=bwtR!9oE3Sxu(G39@,');
define('NONCE_KEY', '$!|?[-haI4YD%/c945QwucclBp{3hql:cu1KP/%N7;j>
define('AUTH_SALT', '_xDgguw-wWXyK+ty~TY`!!c8K!~=r;-qzFj=iWTEX!G=g6lHStl8zc5D;&yeX7H^');
define('SECURE_AUTH_SALT', 'Kbwy2 FHasrJ4-6V1ld7BkhHT$-zV&%%pU=~+
define('LOGGED_IN_SALT', '%Eh,K=R]vyXm7msv.|(:-X-kE?YYX-.4o3}Wg7y~oVJw{{$[.oU*1K2RBwk:CJFD');
define('NONCE_SALT', 'ik-kHapRs!dKjpzjo-w` zwjEB5)&W-#NDv+8g+wu9b/RTm+1g8 v@

/**#@-*/

/**
* WordPress Database Table prefix.
*
* You can have multiple installations in one database if you give each a unique
* prefix. Only numbers, letters, and underscores please!
*/
$table_prefix = 'wp_';

/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*/
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
define('WP_DEBUG', false);
define('FS_METHOD', 'direct');

/* That's all, stop editing! Happy blogging. */

/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
define('ABSPATH', diame(__FILE__) . '/');

/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');

WordPress ...
ما را در سایت WordPress دنبال می کنید

برچسب : نویسنده : استخدام کار wpss بازدید : 138 تاريخ : دوشنبه 23 فروردين 1395 ساعت: 9:14