You appear to be a bot. Output may be restricted
Description
Returns any queued jQuery
Usage
$string = bw_jq_get();
Parameters
Returns
string queued jQuery
Source
File name: oik-bwtrace/libs/bobbfunc.php
Lines:
1 to 7 of 7
function bw_jq_get() { global $bw_jq; if ( isset( $bw_jq ) ) { return $bw_jq; } return null; }