You appear to be a bot. Output may be restricted
Description
Example hook for caption shortcode
Usage
caption__example();
Parameters
Returns
voidTO DO
The caption should surround an image – so we need to include an image in thisSource
File name: oik/libs/oik-sc-help.phpLines:
1 to 5 of 5
function caption__example() { BW_::br( __( "e.g.:", null ) ); $ics = img_caption_shortcode( array( 'width' => 70, 'caption' => __( 'This is a caption', null ) ) ); e( $ics ); }View on GitHub View on Trac