Description
Enqueue the jQuery to hook into the pagination linksShould we also call wp_localize_script to set the admin URL only once?
Usage
oika_enqueue_jquery();Parameters
Returns
voidSource
File name: oik-ajax/oik-ajax.phpLines:
1 to 7 of 7
function oika_enqueue_jquery() { //bw_jquery_enqueue_script( $script = "oik-ajax"; $script_url = oik_url( "js/oik-ajax.js", "oik-ajax" ); $dependence = array( "jquery" ); $enqueued = wp_enqueue_script( $script, $script_url, $dependence ); }View on GitHub
