Untitled Snippet
// Add Shortcode function custom_shortcode( $atts ) { // Attributes $atts = shortcode_atts( array( ), $atts ); } add_shortcode( '', 'custom_shortcode' );
// Add Shortcode function custom_shortcode( $atts ) { // Attributes $atts = shortcode_atts( array( ), $atts ); } add_shortcode( '', 'custom_shortcode' );