芝麻web文件管理V1.00
编辑当前文件:/home/elegucvf/public_html/src/presentations/indexable-static-posts-page-presentation.php
model->canonical ) { return $this->model->canonical; } $current_page = $this->pagination->get_current_archive_page_number(); if ( $current_page > 1 ) { return $this->pagination->get_paginated_url( $this->permalink, $current_page ); } return $this->permalink; } /** * Generates the Open Graph URL. * * @return string The Open Graph URL. */ public function generate_open_graph_url() { return $this->permalink; } }