gatherpress_is_alpha_active

Last updated July 11, 2026, Version 0.34

Filters whether GatherPress Alpha is considered active.

Allows tests to override the constant check.

Auto-generated Example

add_filter(
   'gatherpress_is_alpha_active',
    function( bool $is_alpha_active ) {
        // Your code here.
        return $is_alpha_active;
    }
);

Parameters

  • bool $is_alpha_active Whether GatherPress Alpha is active.

Files

apply_filters( 'gatherpress_is_alpha_active', defined( 'GATHERPRESS_ALPHA_VERSION' ) )

← All Hooks