Home
last modified time | relevance | path

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

/plugin/siteexport/action/
Dstartup.php77 if ( $command == 'siteexport_addpage' && $this->__executeCommand() )
85 if ( $event->data != 'siteexport_addpage' || ! $this->__executeCommand() ) { return; }
99 if ( $this->__executeCommand() ) {
147 private function __executeCommand() { function in action_plugin_siteexport_startup