You appear to be a bot. Output may be restricted
Description
Usage
bw_pdf__syntax( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bw_pdf –
Returns
void
Source
File name: oik/shortcodes/oik-attachments.php
Lines:
1 to 8 of 8
function bw_pdf__syntax( $shortcode="bw_pdf" ) { $syntax = _sc_posts(); $syntax['post_type'] = BW_::bw_skv( "attachment", "<i>" . __( "post type", "oik" ) . "</i>", __( "Post type to display", "oik" ) ); $syntax['post_mime_type'] = BW_::bw_skv( "application/pdf", "", __( "Cannot be overridden", "oik" ) ); $syntax += _sc_captions(); $syntax += _sc_classes(); return( $syntax ); }