Description
Return the next unique ID for the testimonial selector
Usage
bw_testimonial_id();Parameters
Returns
voidSource
File name: oik-testimonials/shortcodes/oik-testimonials.phpLines:
1 to 5 of 5
function bw_testimonial_id() { static $testimonial_id = 0; $testimonial_id++; return( "bw_testimonial-$testimonial_id" ); }View on GitHub
Called by
1 to 1 of 1
