Open
Description
Implement hook discovery into QM (as discussed on Twitter).
Thinking something like the following:
do_action( 'qm/listen/start', 'label' );
...
do_action( 'foobar' );
...
$foo = apply_filters( 'bar', 0 );
...
do_action( 'qm/listen/stop', 'label' );
The above would result in display of both the foobar
action and the bar
filter in QM, with some display of the second parameter of the QM action hook (in this example, label
).
The purpose of label
would be to serve in identification when multiple bounds have been set.
Metadata
Metadata
Assignees
Labels
No labels