_query = $this->curd->get_featured_courses( array( 'limit' => $this->_atts['limit'], 'order_by' => $this->_atts['order_by'], 'order' => $this->_atts['order'], ) ); } } }