bbp_get_form_topic_subscribed

bbp_get_form_topic_subscribed

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_form_topic_subscribed') is found 1 times:

  • /includes/topics/template.php line 3863
    3859
    3860
    3861
    3862
    3863
    3864
    3865
    3866
    3867
    3868
    3869
            // Get checked output
            $checked = checked( $topic_subscribed, true, false );
     
            // Filter & return
            return apply_filters( 'bbp_get_form_topic_subscribed', $checked, $topic_subscribed );
        }
     
    /**
     * Output checked value of topic log edit field
     *
     * @since 2.0.0 bbPress (r2976)