#1250 closed enhancement (fixed)
do_action( 'bb_query_form' ) is not very useful
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 1.0.3 | Priority: | normal |
| Severity: | normal | Version: | 1.1-alpha |
| Component: | Back-end | Keywords: | BB_Query |
| Cc: |
Description
I don't know how the bb_query_form action called in bb-includes/class.bb-query.php can be used. The function building up a string variable to later echo. Calling an action in the middle of that doesn't allow you to change the string.
Incoming patch adds a filter.
bb_query_form_inputs: append markup to form prior to submit button.
It's implemented conservatively (it doesn't allow the rest of the form to be modified).
It could easily be made more powerful later on further feedback.
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [2399]) Add bb_query_form_inputs filter to allow additional form inputs in BB_Query_Form. Fixes #1250.