WC_Updates_Screen_Updates::__construct
Constructor.
Метод класса: WC_Updates_Screen_Updates{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$WC_Updates_Screen_Updates = new WC_Updates_Screen_Updates(); $WC_Updates_Screen_Updates->__construct();
Код WC_Updates_Screen_Updates::__construct() WC Updates Screen Updates:: construct WC 10.4.0
public function __construct() {
add_action( 'admin_print_footer_scripts', array( $this, 'update_screen_modal' ) );
}