Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/wp-conte.../plugins/wordpres.../admin/views/tabs/network
File: crawl-settings.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* WPSEO plugin file.
[2] Fix | Delete
*
[3] Fix | Delete
* @package WPSEO\Admin\Views
[4] Fix | Delete
*
[5] Fix | Delete
* @uses Yoast_Form $yform Form object.
[6] Fix | Delete
*/
[7] Fix | Delete
[8] Fix | Delete
if ( ! defined( 'WPSEO_VERSION' ) ) {
[9] Fix | Delete
header( 'Status: 403 Forbidden' );
[10] Fix | Delete
header( 'HTTP/1.1 403 Forbidden' );
[11] Fix | Delete
exit();
[12] Fix | Delete
}
[13] Fix | Delete
[14] Fix | Delete
$feature_toggles = Yoast_Feature_Toggles::instance()->get_all();
[15] Fix | Delete
[16] Fix | Delete
?>
[17] Fix | Delete
<h2><?php esc_html_e( 'Crawl settings', 'wordpress-seo' ); ?></h2>
[18] Fix | Delete
<div class="yoast-measure">
[19] Fix | Delete
<?php
[20] Fix | Delete
printf(
[21] Fix | Delete
/* translators: %s expands to Yoast SEO */
[22] Fix | Delete
esc_html__( 'This tab allows you to selectively disable %s features for all sites in the network. By default all features are enabled, which allows site admins to choose for themselves if they want to toggle a feature on or off for their site. When you disable a feature here, site admins will not be able to use that feature at all.', 'wordpress-seo' ),
[23] Fix | Delete
'Yoast SEO'
[24] Fix | Delete
);
[25] Fix | Delete
[26] Fix | Delete
echo '<p style="margin: 0.5em 0 1em;">';
[27] Fix | Delete
printf(
[28] Fix | Delete
/* translators: %1$s opens the link to the Yoast.com article about Crawl settings, %2$s closes the link, */
[29] Fix | Delete
esc_html__( '%1$sLearn more about crawl settings.%2$s', 'wordpress-seo' ),
[30] Fix | Delete
'<a href="' . esc_url( WPSEO_Shortlinker::get( 'https://yoa.st/crawl-settings' ) ) . '" target="_blank" rel="noopener noreferrer">',
[31] Fix | Delete
'</a>'
[32] Fix | Delete
);
[33] Fix | Delete
echo '</p>';
[34] Fix | Delete
[35] Fix | Delete
/**
[36] Fix | Delete
* Fires when displaying the crawl cleanup network tab.
[37] Fix | Delete
*
[38] Fix | Delete
* @param Yoast_Form $yform The yoast form object.
[39] Fix | Delete
*/
[40] Fix | Delete
do_action( 'wpseo_settings_tab_crawl_cleanup_network', $yform );
[41] Fix | Delete
?>
[42] Fix | Delete
</div>
[43] Fix | Delete
<?php
[44] Fix | Delete
/*
[45] Fix | Delete
* Required to prevent our settings framework from saving the default because the field
[46] Fix | Delete
* isn't explicitly set when saving the Dashboard page.
[47] Fix | Delete
*/
[48] Fix | Delete
$yform->hidden( 'show_onboarding_notice', 'wpseo_show_onboarding_notice' );
[49] Fix | Delete
[50] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function