You appear to be a bot. Output may be restricted
Description
Flush the inline jQuery code to the WordPress footer
Usage
bw_jq_flush();
Parameters
Returns
void
Source
File name: oik/libs/bobbfunc.php
Lines:
1 to 5 of 5
function bw_jq_flush() { global $bw_jq; echo $bw_jq; $bw_jq = null; }