| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/HostingSpaces/admin/aifortoday.co.uk/wwwroot/wp-content/plugins/jetpack/modules/ |
Upload File : |
<?php
/**
* Module Name: Ads
* Module Description: Earn income by allowing Jetpack to display high quality ads.
* Sort Order: 1
* First Introduced: 4.5.0
* Requires Connection: Yes
* Auto Activate: No
* Module Tags: Traffic, Appearance
* Additional Search Queries: advertising, ad codes, ads, creator
* Plans: premium, business, security, complete
*
* @package automattic/jetpack
*/
/**
* Load WordAds.
*/
function jetpack_load_wordads() {
Jetpack::enable_module_configurable( __FILE__ );
require_once __DIR__ . '/wordads/class-wordads.php';
}
jetpack_load_wordads();