Home
last modified time | relevance | path

Searched refs:ishiddenpage (Results 1 – 1 of 1) sorted by relevance

/plugin/robot404/
Daction.php21 …if(!$this->ishiddenpage()&&!$this->isdisabledaction($ACT)&&!$this->isdisabledaction($_REQUEST['do'…
51 function ishiddenpage(){ function in action_plugin_robot404
75 …if(!$this->ishiddenpage() && !$this->isdisabledaction($e->data)) return; #if !hidden and !disabled…
77 …echo $this->ishiddenpage()?"Hidden page for robots.":"Disallowed action for robots: ".esc($e->data…