UTAM get report shortcode
// Add Shortcode function get_report( $atts ) { // Attributes $atts = shortcode_atts( array( 'category' => '', ), $atts ); } add_shortcode( 'get_report', 'get_report' );
// Add Shortcode function get_report( $atts ) { // Attributes $atts = shortcode_atts( array( 'category' => '', ), $atts ); } add_shortcode( 'get_report', 'get_report' );