doctor table shortcode
// Add Shortcode function DoctorTableAtts( $atts ) { // Attributes $atts = shortcode_atts( array( 'specialty' => '" "', 'sort_criteria' => 'name', ), $atts ); } add_shortcode( '', 'DoctorTableAtts' );
// Add Shortcode function DoctorTableAtts( $atts ) { // Attributes $atts = shortcode_atts( array( 'specialty' => '" "', 'sort_criteria' => 'name', ), $atts ); } add_shortcode( '', 'DoctorTableAtts' );