title ) { return $title; } // Get the installation default title. $title = $this->options->get_title_default( 'title-tax-' . $this->source->taxonomy ); return $title; } /** * Generates the Open Graph type. * * @return string The Open Graph type. */ public function generate_open_graph_type() { return 'article'; } /** * Checks if term archive query is for multiple terms (/term-1,term-2/ or /term-1+term-2/). * * @return bool Whether the query contains multiple terms. */ protected function is_multiple_terms_query() { $query = $this->wp_query_wrapper->get_query(); if ( ! isset( $query->tax_query ) ) { return false; } $queried_terms = $query->tax_query->queried_terms; if ( empty( $queried_terms[ $this->source->taxonomy ]['terms'] ) ) { return false; } return \count( $queried_terms[ $this->source->taxonomy ]['terms'] ) > 1; } } وردپرس › خطا

یک خطای مهم در این وب سایت رخ داده است.

دربارهٔ عیب‌یابی در وردپرس بیشتر بدانید.