WC_Updates_Screen_Updates::__construct
Constructor.
Method of the class: WC_Updates_Screen_Updates{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WC_Updates_Screen_Updates = new WC_Updates_Screen_Updates(); $WC_Updates_Screen_Updates->__construct();
WC_Updates_Screen_Updates::__construct() WC Updates Screen Updates:: construct code WC 10.6.2
public function __construct() {
add_action( 'admin_print_footer_scripts', array( $this, 'update_screen_modal' ) );
}