Abstract_Screen::should_register()

Summary

Indicates if this screen should be registered, given the current state of the WordPress installation.


Return

(bool)


Source

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

	public function should_register() {
		return true;
	}


User Contributed Notes

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