re460
// Add Shortcode function re460_show( $atts , $content = null ) { // Attributes $atts = shortcode_atts( array( 'type' => '', 'id' => '', ), $atts ); //Hallo Velo } add_shortcode( 're460', 're460_show' );
// Add Shortcode function re460_show( $atts , $content = null ) { // Attributes $atts = shortcode_atts( array( 'type' => '', 'id' => '', ), $atts ); //Hallo Velo } add_shortcode( 're460', 're460_show' );