예제 #1
0
 /**
  * Class constructor
  *
  * This simply sets $label
  *
  * @since 0.4.0
  */
 function __construct()
 {
     if (empty($this->label)) {
         $this->label = __('Image', 'menu-icons');
     }
     parent::__construct();
 }
예제 #2
0
 /**
  * Class constructor
  *
  * This simply sets $label
  *
  * @since 0.4.0
  */
 function __construct()
 {
     $this->label = __('Image', 'menu-icons');
     parent::__construct();
 }