WC_Updates_Screen_Updates::__construct()publicWC 1.0

Constructor.

Method of the class: WC_Updates_Screen_Updates{}

No Hooks.

Return

null. Nothing (null).

Usage

$WC_Updates_Screen_Updates = new WC_Updates_Screen_Updates();
$WC_Updates_Screen_Updates->__construct();

WC_Updates_Screen_Updates::__construct() code WC 8.7.0

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