bbp_get_form_reply_to

bbp_get_form_reply_to

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_form_reply_to') is found 1 times:

  • /includes/replies/template.php line 2507
    			$reply_to = bbp_get_reply_to();
    		}
    
    		// Filter & return
    		return apply_filters( 'bbp_get_form_reply_to', $reply_to );
    	}
    
    /**
     * Output a select box allowing to pick which reply an existing hierarchical
     * reply belongs to.
     *
    

See this hook used in plugins: