Example #1
0
 public static function ipBeforePageRemoved($data)
 {
     $pageId = $data['pageId'];
     Model::removePageKey($pageId);
 }