Exemple #1
0
 function scan()
 {
     if ($this->_checkWordFence()) {
         return wordfence::ajax_scan_callback();
     } else {
         return array('error' => "Word Fence plugin is not activated", 'error_code' => 'wordfence_plugin_is_not_activated');
     }
 }