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

Summary

Triggered after the settings screen form finishes rendering.


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.