| Server IP : 213.186.33.4 / Your IP : 216.73.216.222 Web Server : Apache System : Linux webm005.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : karinebmkh ( 644538) PHP Version : 8.4.22 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/karinebmkh/www2/wp-content/plugins/jetpack/modules/ |
Upload File : |
<?php
/**
* Module Name: Site verification
* Module Description: Establish your site's authenticity with external services.
* First Introduced: 3.0
* Sort Order: 33
* Requires Connection: No
* Auto Activate: Yes
* Feature: Engagement
* Additional Search Queries: webmaster, seo, google, bing, pinterest, search, console
*/
function jetpack_load_verification_tools() {
include dirname( __FILE__ ) . "/verification-tools/blog-verification-tools.php";
}
function jetpack_verification_tools_loaded() {
Jetpack::enable_module_configurable( __FILE__ );
Jetpack::module_configuration_load( __FILE__, 'jetpack_verification_tools_configuration_load' );
}
add_action( 'jetpack_modules_loaded', 'jetpack_verification_tools_loaded' );
function jetpack_verification_tools_configuration_load() {
wp_safe_redirect( admin_url( 'tools.php' ) );
exit;
}
jetpack_load_verification_tools();