Lines:
1 to 53 of 53
<?php // (C) Copyright Bobbing Wide 2012-2020 /* function bw_jquery_script() – Determine the jQuery script file URL */ /* function bw_jquery_script_url() – Default jQuery script file filter */ /* function bw_jquery_locate_script_file() – Locate a jQuery script file from the list of plugins given */ /* function bw_jquery_file_version */ /* function bw_jquery_pick_right_file */ /* function bw_jquery_filemtime */ /* function _bw_jquery_known_sources() – Return an array of known sources for particular jQuery scripts */ /* function bw_jquery_filename() – Determine whether or not the jQuery file is a .pack or .min or .dev or something else */ /* function bw_jquery_map_old_script_to_new */ /* function bw_jquery_script_plugin_file() – Determine a potential source for a script file and whether or not it’s a .pack or .min file */ /* function bw_jquery_dependencies() – Determine the dependencies for the jQuery script */ /* function bw_jquery_script_is() – Wrapper to wp_script_is() to find out if we need to register and enqueue the script */ /* function bw_jquery_enqueue_script() – Enqueue the jQuery script identifying dependencies */ /* function bw_jquery_enqueue_style_url() – Enqueue any CSS for the selected jQuery */ /* function bw_jquery_enqueue_style() – Enqueue style files required for this script */ /* function bw_jquery_enqueue_ui_theme() – Enqueue the jQuery UI style file */ /* function bwsc_jquery() – Implement the [bw_jq] shortcode */ /* function bw_jquery_javascript() – Directly add the jQuery/JavaScript file to the generated HTML */ /* function bw_jquery_src() – Enqueue the defined jQuery source file(s) */ /* function bw_jquery_enqueue_attached_scripts() – Enqueue any attached scripts */ /* function bw_list_wp_scripts() – Return a list of jQuery scripts */ /* function bw_list_wp_script() – Create a table row for a jQuery script */ /* function bw_jq__help() – Help for [bw_jq] shortcode */ /* function bw_jq__syntax() – Syntax for [bw_jq] shortcode */ /* function bw_jq__example() – */View on GitHub View on Trac