function cam_standoutdeals_short_grid_shortcode($atts, $content = null) { extract(shortcode_atts(array( 'css_class' => '', 'title' => '', 'description' => '', ), $atts)); $args = array( 'post_type' => 'cam_standoutdeals', 'orderby' => 'ID', 'order' => 'DESC', 'posts_per_page' => 3, 'paged' => false, ); // Adjust for Practice Streams or Sectors if ('cam_practicestreams' == get_post_type()) { $args['meta_query'] = array( array( 'key' => 'cam_stand_out_deal_practice_areas', 'value' => get_the_ID(), 'compare' => 'LIKE', ), ); } elseif ('cam_sectors' == get_post_type()) { $args['meta_query'] = array( array( 'key' => 'cam_stand_out_deal_sector', 'value' => get_the_ID(), 'compare' => 'LIKE', ), ); } $output = ''; $loop = new WP_Query($args); if ($loop->have_posts()) : $output .= '
Introduction In an interim ex-parte order last month against the dealers of Reliance Securities Limited (“RSL”) and other related entities (“RSL Order”)[1], SEBI prima facie held over two doze...
September 10, 2020