Lines:
1 to 27 of 27
<?php // (C) Copyright Bobbing Wide 2013, 2014 /* function bw_cycle_fxs() – Return a list of the jQuery cycle effects */ /*** * Validate the fx for [bw_cycle] shortcode * * @param string $fx - required effect * @return string - returned value - defaults to "fade" if required is incorrect * */ /* function bw_cycle_validate_fx() – */ /* function bw_cycle_prevnext_links() – Create previous and next links */ /* function bw_cycle() – Implement bw_cycle shortcode that will handle all the things that we’ve had to do by hand until now */ /* function bw_cycle__help() – Implement help hook for [bw_cycle] shortcode */ /* function bw_cycle__syntax() – Syntax hook for [bw_cycle] shortcode */ /** function bw_cycle__example( $shortcode="bw_cycle" ) { } */View on GitHub View on Trac