do_action( '‘bigcommerce/settings/register/screen=’ . static::NAME', string $hook_suffix, string $name )

Summary

Triggered after registering a settings screen. The dynamic portion of the hook is the name of the screen.


Parameters

$hook_suffix

(string) The hook suffix generated for the screen

$name

(string) The name of the screen


Source

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



User Contributed Notes

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