Lines:
1 to 52 of 52
<?php // (C) Copyright Bobbing Wide 2012-2020 /* function bw_format_nivo() – Format the Nivo output for posts which have attached images */ /* function bw_closer() – Determine if now is closer to wanted than the best so far */ /* function bw_better_fit() – Determine if this size is a better match than before? */ /* function bw_get_by_size() – Find the best fitting file for the chosen size */ /* function bw_get_best_fit() – Get best fitting image file name WITHOUT resizing */ /* function bw_get_attached_file_name() – Return the ‘correct’ URL for the attached image */ /* function bw_format_nivo_html_captions() – Format the HTML captions for the nivo slider */ /* function bw_format_nivo_attachment() – Format the Nivo output for attached images */ /* function bw_get_special_post_type() – Get special post types */ /* function bw_get_spt_screenshot() – Load screenshot images for the selected plugin (or other plugin files) */ /* function bw_get_spt_nggallery() – Get posts for the NextGen gallery */ /* function bw_format_nivo_screenshot() – Format the Nivo output for a screenshot-n.png file */ /* function bw_format_nivo_nggallery() – Format a NextGEN gallery image for the nivo slider */ /* function bw_nivo_enqueue_script() – Enqueue the debug script if needed otherwise enqueue the minified (packed) one */ /* function bw_slider_id() – Set the nivoSlider to start for objects with an id of slider-n */ /* function bw_nivo_version() – Return the required nivo slider jQuery version for the selected theme */ /* function bw_override_options() – Override the profile options with parameter settings with the same name */ /* function bw_nivo_slider() – Implement the [nivo] shortcode to display a Nivo slider for attachments or other post types */ /* function nivo__help() – oik shortcode help for [nivo] */ if ( !function_exists( '_sc_thumbnail_full' ) ) { /* function _sc_thumbnail_full() – */ } /* function nivo__syntax() – oik shortcode syntax for [nivo] */ /* function nivo__example() – Show an example of the Nivo shortcode */ /* function nivo__snippet() – Produce the code snippet for the nivo shortcode as used in the example */View on GitHub View on Trac