Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /var/www/web28/html/wp-content/plugins/wp-statistics/src/Service/Integrations/ |
Current File : //var/www/web28/html/wp-content/plugins/wp-statistics/src/Service/Integrations/WpConsentApi.php |
<?php namespace WP_Statistics\Service\Integrations; use WP_CONSENT_API; class WpConsentApi { /** * Checks if "WP Consent API" plugin is activated. * * @return bool */ public static function isWpConsentApiActive() { return class_exists(WP_CONSENT_API::class); } /** * Registers our plugin in "WP Consent API'. * @return void */ public function register() { if (self::isWpConsentApiActive()) { $plugin = plugin_basename(WP_STATISTICS_MAIN_FILE); add_filter("wp_consent_api_registered_{$plugin}", '__return_true'); } } }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare