? $theTerm->title : '', 'titleParsed' => aioseo()->meta->title->getTermTitle( get_term( $termId ) ), 'description' => ! empty( $theTerm->description ) ? $theTerm->description : '', 'descriptionParsed' => aioseo()->meta->description->getTermDescription( get_term( $termId ) ) ]; $wp_query->is_tax = $originalTax; $data['terms'] = $terms; $wp_scripts->add_data( 'aioseo/js/' . $this->scriptSlug, 'data', '' ); wp_localize_script( 'aioseo/js/' . $this->scriptSlug, 'aioseo', $data ); ob_start(); require AIOSEO_DIR . '/app/Common/Views/admin/terms/columns.php'; $out = ob_get_clean(); return $out; } /** * Check if the taxonomy should show AIOSEO column. * * @since 4.0.0 * * @param string $taxonomy The taxonomy slug. * @return bool Whether the taxonomy should show AIOSEO column. */ private function isTaxonomyColumn( $screen, $taxonomy ) { if ( 'type' === $taxonomy ) { $taxonomy = '_aioseo_type'; } if ( 'edit-tags' === $screen ) { if ( aioseo()->options->advanced->taxonomies->all && in_array( $taxonomy, aioseo()->helpers->getPublicTaxonomies( true ), true ) ) { return true; } $taxonomies = aioseo()->options->advanced->taxonomies->included; if ( in_array( $taxonomy, $taxonomies, true ) ) { return true; } } return false; } } وردپرس › خطا

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

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