You appear to be a bot. Output may be restricted
Description
Helper function for shortcodes that display images
Usage
$array = _sc_thumbnail();
Parameters
Returns
array associative array of `bw_skv()`'sSource
File name: oik/libs/oik-sc-help.phpLines:
1 to 4 of 4
function _sc_thumbnail() { return( array( 'thumbnail' => BW_::bw_skv( "thumbnail", "medium|large|full|" . __( "nnn", null ) . "|" . __( "wxh", null ), __( "image size", null ) ) )); }View on GitHub View on Trac