function gdrive_shortcode($atts, $content=null) { $a = shortcode_atts( array( ‘id’ => ”, ‘style’ => ‘list’, ‘width’ => ‘100%’, ‘height’ => ‘500px’, ), $atts); return ‘ ‘; } add_shortcode( ‘gdrive’, ‘gdrive_shortcode’ );