You appear to be a bot. Output may be restricted
Description
Return the next unique ID for the testimonial selector
Usage
bw_testimonial_id();
Parameters
Returns
void
Source
File name: oik-testimonials/shortcodes/oik-testimonials.php
Lines:
1 to 6 of 6
function bw_testimonial_id() { static $testimonial_id = 0; $testimonial_id++; return( "bw_testimonial-$testimonial_id" ); }