コード例 #1
0
 protected function doExecuteProcessor()
 {
     if (!apply_filters($this->doPluginPrefix('visitor_is_whitelisted'), false)) {
         parent::doExecuteProcessor();
     }
 }
コード例 #2
0
 /**
  * this feature doesn't need to consider IP whitelists - it has no security implications.
  */
 protected function doExecuteProcessor()
 {
     parent::doExecuteProcessor();
 }