Abstract_Screen::get_url()

Summary

No summary available.

Source

File: src/BigCommerce/Settings/Screens/Abstract_Screen.php

	public function get_url() {
		return add_query_arg( [ 'page' => static::NAME, 'post_type' => Product::NAME ], admin_url( 'edit.php' ) );
	}


User Contributed Notes

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