You appear to be a bot. Output may be restricted
Description
Syntax helper for captions= parameter
Usage
_sc_captions();
Parameters
Returns
void
Source
File name: oik/shortcodes/oik-attachments.php
Lines:
1 to 4 of 4
function _sc_captions() { $syntax = array( "captions" => BW_::bw_skv( "n", "y", __( "Display attachment's Caption and Description", "oik" ) ) ); return ( $syntax ); }