Description
Help hook for [bw_testimonials]
Usage
bw_testimonials__help( $shortcode );Parameters
- $shortcode
- ( mixed ) optional default: bw_testimonials –
Returns
voidSource
File name: oik-testimonials/shortcodes/oik-testimonials.phpLines:
1 to 3 of 3
function bw_testimonials__help( $shortcode="bw_testimonials" ) { return( "Display testimonials" ); }View on GitHub
