WC_Updates_Screen_Updates::__construct()publicWC 1.0

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 8.7.0

public function __construct() {
	add_action( 'admin_print_footer_scripts', array( $this, 'update_screen_modal' ) );
}