gatherpress_settings_section

Last updated July 11, 2026, Version 0.34

Fires so tabs that render via the GatherPress settings section action (e.g. the Alpha sub-page) can emit their own content. Mirrors the per-site settings page template.

Auto-generated Example

add_action(
   'gatherpress_settings_section',
    function( string $page ) {
        // Your code here.
    }
);

Parameters

  • string $page Prefixed page slug (e.g. gatherpress_alpha).

Files

do_action( 'gatherpress_settings_section', $gatherpress_current_page )
do_action( 'gatherpress_settings_section', $page )

← All Hooks