WC_Updates_Screen_Updates::__construct()
Constructor.
Method of the class: WC_Updates_Screen_Updates{}
No Hooks.
Return
null
. Nothing.
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 7.5.1
public function __construct() { add_action( 'admin_print_footer_scripts', array( $this, 'update_screen_modal' ) ); }