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