public function get_certificates( $args_or_orderby = 'updated_date', $order = 'DESC', $return = 'obj' ) {

        // New behavior.
        if ( is_array( $args_or_orderby ) ) {
            return $this->get_awards( $args_or_orderby, 'certificate' );