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
    		// 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)