Esempio n. 1
0
 /**
  * Prevents weird MySQLi error.
  *
  * @since 1.0
  */
 public function __construct()
 {
     if (property_exists(__CLASS__, 'ignore_files')) {
         self::$ignore_files = true;
     }
     $this->plugin_path = str_replace('/tests/includes', '', dirname(__FILE__));
 }
 /**
  * Prevents weird MySQLi error.
  *
  * @since 1.0
  */
 public function __construct()
 {
     if (property_exists(__CLASS__, 'ignore_files')) {
         self::$ignore_files = true;
     }
 }
 /**
  * Prevents weird MySQLi error.
  *
  * @since 1.0
  */
 public function __construct()
 {
     self::$ignore_files = true;
 }