WC_Plugins_Screen_Updates::__construct()

Constructor.


Description Description


Source Source

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

	public function __construct() {
		add_action( 'in_plugin_update_message-woocommerce/woocommerce.php', array( $this, 'in_plugin_update_message' ), 10, 2 );
	}

Top ↑

User Contributed Notes User Contributed Notes

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