<?php if( // (isset($_POST[‘action’]) && $_POST[‘action’] == ‘query-attachments’) || (isset($_GET[‘debug’]) && $_GET[‘debug’] == ‘sql’) ){ return; } if(!defined(‘WP_CACHE_KEY_SALT’)){ define(‘WP_CACHE_KEY_SALT’, ”); […]
Category: WP
wordpress setup
S1: CD … S2: Update … S3: Reload … S4: Chown S5: SSL S6: Softlink S7: WordPress Download
Fast install wordpress in LNMP
Step 1:create mysql database “sky” and mysql user “skyer” in Mysql, please modify the name of database & user and […]