aydinjavadly
Follow
🎯
Focusing
PHP & WordPress & WooCommerce & VueJS & HTML & JS & CSS
- Baku
Pinned Loading
-
WordPress - Enable WP_DEBUG only for...
WordPress - Enable WP_DEBUG only for specific IP address. 1<?php
2/**
3* File: wp-config.php
4*
5* Enable WordPress debug only for your IP address
-
WordPress - Change "wp-content" fold...
WordPress - Change "wp-content" folder name. Change "themes" folder name. Change "plugins" folder name. Change "mu-plugins" folder name. Change "uploads" folder name. Changing the Site URL. 1<?php
2/**
3* File: wp-config.php
4*
5* 1. Changing the Site URL
-
WordPress - Default security setting...
WordPress - Default security settings: X-Frame-Options Header in Wordpress. Cookie with HTTPOnly and Secure flag in Wordpress. Secure connection. Cleanup image edits. Disable plugin and theme update and installation. Disable the plugin and theme editor. Disallow unfiltered content. Disallow unfiltered uploads. Disable load scripts for prevent DDOS attacks. Enable auto security update. Redirect nonexistent blogs. Enable auto security update. Block external url requests. 1<?php
2/**
3* File: wp-config.php
4*
5* 1. X-Frame-Options Header in Wordpress
-
WordPress - Speed up performance: Di...
WordPress - Speed up performance: Disable post revisions. Set autosave interval. Set trash days. Increasing public memory. Increasing the administrative memory. WordPress cron timeout. 1<?php
2/**
3* File: wp-config.php
4*
5* 1. Disable post revisions
-
WordPress - Setup SSL. Prefer SSL us...
WordPress - Setup SSL. Prefer SSL usage for admin area. 1<?php
2/**
3* File: wp-config.php
4*
5* 1. Prefer SSL usage for admin area
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.