You appear to be a bot. Output may be restricted
Description
Enqueue the datepicker script
Enqueue the debug script if needed otherwise enqueue the minified (packed) one
Usage
bw_datepicker_enqueue_script();
Parameters
Returns
void
Source
File name: oik/includes/bw_metadata.php
Lines:
1 to 7 of 7
function bw_datepicker_enqueue_script( ) { if ( defined('SCRIPT_DEBUG' ) && SCRIPT_DEBUG == true) { wp_enqueue_script( 'jquery-ui-datepicker' ); } else { wp_enqueue_script( 'jquery-ui-datepicker' ); } }