snippet1
// Add Shortcode function custom_shortcode( $atts ) { // Attributes extract( shortcode_atts( array( 'id' => '', ), $atts ) ); } add_shortcode( 'ahtls', 'custom_shortcode' );
// Add Shortcode function custom_shortcode( $atts ) { // Attributes extract( shortcode_atts( array( 'id' => '', ), $atts ) ); } add_shortcode( 'ahtls', 'custom_shortcode' );