Description
[bw_pdf] shortcode – display attached PDF files
Usage
$string = bw_pdf( $atts );Parameters
- $atts
- ( array ) optional – shortcode parameters
Returns
string HTML for the attached PDF file listSource
File name: oik/shortcodes/oik-attachments.phpLines:
1 to 6 of 6
function bw_pdf( $atts = NULL ) { $atts['post_mime_type'] = 'application/pdf'; $atts['thumbnail'] = "none"; $atts['class'] = bw_array_get( $atts, "class", "bw_pdf" ); return( bw_attachments( $atts )); }View on GitHub View on Trac
Called by
Invoked by
Calls
1 to 2 of 2
