WC_Report_Sales_By_Category::__construct()
Constructor.
Метод класса: WC_Report_Sales_By_Category{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$WC_Report_Sales_By_Category = new WC_Report_Sales_By_Category(); $WC_Report_Sales_By_Category->__construct();
Код WC_Report_Sales_By_Category::__construct() WC Report Sales By Category:: construct WC 9.4.2
public function __construct() { if ( isset( $_GET['show_categories'] ) ) { $this->show_categories = is_array( $_GET['show_categories'] ) ? array_map( 'absint', $_GET['show_categories'] ) : array( absint( $_GET['show_categories'] ) ); } }