コード例 #1
0
 /**
  * Constructor for the class.
  *
  * @param string $option_key - key of the wp_options to store the settings
  *
  * @return void
  */
 public function __construct($option_key)
 {
     self::$option_key = $option_key;
 }