/home/vianto5/duettowers.mx/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/seo
Edit: /home/vianto5/duettowers.mx/wp-content/plugins/wp-rocket/inc/3rd-party/plugins/seo/seopress.php (3131B)
'checkbox',
'container_class' => [
'wpr-field--children',
],
'label' => __( 'SEOPress XML sitemap', 'rocket' ),
// translators: %s = Name of the plugin.
'description' => sprintf( __( 'We automatically detected the sitemap generated by the %s plugin. You can check the option to preload it.', 'rocket' ), 'SEOPress' ),
'parent' => 'sitemap_preload',
'section' => 'preload_section',
'page' => 'preload',
'default' => 0,
'sanitize_callback' => 'sanitize_checkbox',
];
return $options;
}
add_filter( 'rocket_sitemap_preload_options', 'rocket_sitemap_preload_seopress_option' );
}
endif;