model->canonical ) { return $this->model->canonical; } $current_page = $this->pagination->get_current_archive_page_number(); $permalink = $this->get_permalink(); if ( $current_page > 1 ) { return $this->pagination->get_paginated_url( $permalink, $current_page ); } return $permalink; } /** * Generates the Open Graph URL. * * @return string The Open Graph URL. */ public function generate_open_graph_url() { return $this->get_permalink(); } }