Ejemplo n.º 1
0
 /**
  * Set the settings values.
  *
  * @since 1.0.0.
  *
  * @param  array $settings The current settings values.
  * @return void
  */
 public static function set_settings($settings)
 {
     self::$settings = $settings;
 }