php mantenimiento de Wordpress por IP
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php mantenimiento de Wordpress por IP相关的知识,希望对你有一定的参考价值。
define("MANTENIMIENTO", true);
if(MANTENIMIENTO AND is_user_logged_in()){
add_action( 'init', 'mantenimiento', 0 );
function mantenimiento(){
if(!isset($_GET["page_id"])) {
$redirect = true;
} else {
if($_GET["page_id"] != 3192) {
$redirect = true;
} else {
$redirect = false;
}
}
if($redirect){
if($_SERVER["REMOTE_ADDR"] != "190.247.34.170"){
header("Location: ". get_permalink(3192));
die();
}
}
}
}
以上是关于php mantenimiento de Wordpress por IP的主要内容,如果未能解决你的问题,请参考以下文章
json Json Mantenimiento
UN GUIÑO DE MICROSOFT WORD
Makefile文件(DE1-soc软件实验”hello_word")
css Word wrap css / whitespace / evitar saltos de linea / truncate string ellipsis
SOC-training image镜像内核文件(DE1-soc软件实验”hello_word")
PHP 通过POST Ejemplo de PHP y el envio de datos