bbp_get_form_forum_subscribed

bbp_get_form_forum_subscribed

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_form_forum_subscribed') is found 1 times:

  • /includes/forums/template.php line 2318
    2314
    2315
    2316
    2317
    2318
    2319
    2320
    2321
    2322
    2323
    2324
            // Get checked output
            $checked = checked( $forum_subscribed, true, false );
     
            // Filter & return
            return apply_filters( 'bbp_get_form_forum_subscribed', $checked, $forum_subscribed );
        }
     
    /** Form Dropdowns ************************************************************/
     
    /**
     * Output value forum type dropdown