do_action( '‘bigcommerce/settings/before_form/page=’ . static::NAME', string $hook_suffix )

Summary

Triggered before the settings screen form starts to render.


Description

The dynamic portion of the hook is the identifier of the settings screen.


Parameters

$hook_suffix

(string) The hook suffix generated for 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.