Import_Now::list_table_notice()

Summary

Print the import button into the notices section of the products admin list table.


Return

(void)


Source

File: src/BigCommerce/Settings/Import_Now.php

	public function list_table_notice() {
		if ( ! $this->on_products_list_table() ) {
			return;
		}
		do_action( 'bigcommerce/settings/import/product_list_table_notice' );
	}

User Contributed Notes

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