Insert shortcode from Media Library by default, excluding PDF
-
Hi,
I checked “Insert shortcode from Media Library by default”, the shortcode is inserted by default for all valid types…
function gde_media_insert( $html, $id, $attachment ) { global $gdeoptions; if ( gde_valid_type( $attachment['url'] ) && $gdeoptions['ed_embed_sc'] == "yes" ) { return '[gview file="' . $attachment['url'] . '"]'; } else { return $html; } }
I would to modifiy it, for excluding the automatic insertion of the shortcode for specific extension (PDF)
Any suggestion?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Insert shortcode from Media Library by default, excluding PDF’ is closed to new replies.