����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
*
* @uses Yoast_Form $yform Form object.
*/
use Yoast\WP\SEO\Presenters\Admin\Alert_Presenter;
if ( ! defined( 'WPSEO_VERSION' ) ) {
header( 'Status: 403 Forbidden' );
header( 'HTTP/1.1 403 Forbidden' );
exit();
}
echo '<h2>' . esc_html__( 'Facebook settings', 'wordpress-seo' ) . '</h2>';
$yform->light_switch( 'opengraph', __( 'Add Open Graph meta data', 'wordpress-seo' ) );
?>
<p>
<?php
esc_html_e( 'Enable this feature if you want Facebook and other social media to display a preview with images and a text excerpt when a link to your site is shared.', 'wordpress-seo' );
?>
</p>
<div id="wpseo-opengraph-settings" style="display: none;">
<?php
$frontpage_settings_message = sprintf(
/* translators: 1: link open tag; 2: link close tag. */
esc_html__( 'The social homepage settings have been moved to the %1$s‘Search appearance’ settings under the ‘General’ tab%2$s.', 'wordpress-seo' ),
'<a href="' . esc_url( admin_url( 'admin.php?page=wpseo_titles#top#general' ) ) . '">',
'</a>'
);
$frontpage_settings_alert = new Alert_Presenter( $frontpage_settings_message, 'info' );
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Output from present() is considered safe.
echo '<div class="yoast-measure">' . $frontpage_settings_alert->present() . '</div>';
$yform->hidden( 'og_frontpage_title', 'og_frontpage_title' );
$yform->hidden( 'og_frontpage_desc', 'og_frontpage_desc' );
$yform->hidden( 'og_frontpage_image', 'og_frontpage_image' );
$yform->hidden( 'og_frontpage_image_id', 'og_frontpage_image_id' );
echo '<h3>' . esc_html__( 'Default image', 'wordpress-seo' ) . '</h3>';
$yform->hidden( 'og_default_image', 'og_default_image' );
$yform->hidden( 'og_default_image_id', 'og_default_image_id' );
?>
<p>
<?php esc_html_e( 'This image is used if the post/page being shared does not contain any images.', 'wordpress-seo' ); ?>
</p>
<div id="yoast-og-default-image-select" class="yoast-measure"></div>
</div>
<?php
/**
* WARNING: This hook is intended for internal use only.
* Don't use it in your code as it will be removed shortly.
*/
do_action( 'wpseo_admin_opengraph_section_internal' );
/**
* Admin OpenGraph section hook.
*
* @deprecated 19.10 No replacement available.
*/
do_action_deprecated(
'wpseo_admin_opengraph_section',
[],
'19.10',
'',
'This action is going away with no replacement. If you want to add settings that interact with Yoast SEO, please create your own settings page.'
);
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| accounts.php | File | 1.16 KB | 0644 |
|
| facebook.php | File | 2.5 KB | 0644 |
|
| pinterest.php | File | 1.56 KB | 0644 |
|
| twitterbox.php | File | 1.39 KB | 0644 |
|