do_action( "bigcommerce/settings/section/after_fields/id={$section[‘id’]}", array $section, bool $has_fields )

Summary

Fires after rendering the fields of a settings section.


Description

The dynamic portion of the hook name is the section ID.


Parameters

$section

(array)

$has_fields

(bool) Whether the settings section has any fields to render


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.