bbp_get_form_option

bbp_get_form_option

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_form_option') is found 1 times:

  • /includes/admin/settings.php line 1997
    1993
    1994
    1995
    1996
    1997
    1998
    1999
    2000
    2001
    2002
    2003
                $value = $default;
            }
     
            // Filter & return
            return apply_filters( 'bbp_get_form_option', $value, $option, $default, $is_slug );
        }
     
    /**
     * Used to check if a bbPress slug conflicts with an existing known slug.
     *
     * @since 2.0.0 bbPress (r3306)