WC_Updates_Screen_Updates::__construct()

Constructor.


Description Description


Source Source

File: includes/admin/plugin-updates/class-wc-updates-screen-updates.php

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

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.