WC_Admin_API_Keys_Table_List::__construct
Initialize the API key table list.
Метод класса: WC_Admin_API_Keys_Table_List{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$WC_Admin_API_Keys_Table_List = new WC_Admin_API_Keys_Table_List(); $WC_Admin_API_Keys_Table_List->__construct();
Код WC_Admin_API_Keys_Table_List::__construct() WC Admin API Keys Table List:: construct WC 10.5.2
public function __construct() {
parent::__construct(
array(
'singular' => 'key',
'plural' => 'keys',
'ajax' => false,
)
);
}