Exemple #1
0
  public static function is_post_manage() {

    if (!self::$is_post_manage) {
      self::$is_post_manage = in_array(self::$script, array("edit"));
    }

    return self::$is_post_manage;
  }