The Call hooks section displays the action hooks and filters invoked by the function or file For example, if we’re looking at the function bar()
You appear to be a bot. Output may be restricted
function bar() { do_action( "foobar" ); do_action( "barfoo", "barfoo" ); }
then the Call hooks section would be: