WC_Report_Downloads::__construct
Constructor.
Метод класса: WC_Report_Downloads{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$WC_Report_Downloads = new WC_Report_Downloads(); $WC_Report_Downloads->__construct();
Код WC_Report_Downloads::__construct() WC Report Downloads:: construct WC 10.3.4
public function __construct() {
parent::__construct(
array(
'singular' => 'download',
'plural' => 'downloads',
'ajax' => false,
)
);
}