????JFIF??x?x????'
Server IP : 104.21.48.1 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/tempvsty/pontiacques.org/wp-content/plugins/youtube-embed-plus/includes/vi/ |
Upload File : |
<?php add_action("wp_ajax_my_embedplus_vi_cache_endpoints_ajax", array(self::class, 'vi_cache_endpoints_ajax')); add_action("wp_ajax_my_embedplus_vi_login_ajax", array(self::class, 'vi_login_ajax')); add_action("wp_ajax_my_embedplus_vi_toggle_ajax", array(self::class, 'vi_toggle_ajax')); add_action("wp_ajax_my_embedplus_vi_hide_feature_ajax", array(self::class, 'vi_hide_feature_ajax')); add_action('admin_init', array(self::class, 'vi_adstxt_download')); add_action('admin_notices', array(self::class, 'vi_notice_login_reminder')); if (function_exists('tenup_display_ads_txt')) { add_action('init', array(self::class, 'vi_adstxt_lookup'), 100); } add_shortcode('embed-vi-ad', array(self::class, 'vi_js_shortcode')); if (!empty(self::$alloptions[self::$opt_vi_active])) { add_filter('the_content', array(self::class, 'vi_js_placement')); self::wp_insert_vi_gdpr_popup_init(); } if (self::vi_logged_in()) { add_action("wp_ajax_my_embedplus_vi_logout_ajax", array(self::class, 'vi_logout_ajax')); add_action("wp_ajax_my_embedplus_vi_reports_ajax", array(self::class, 'vi_reports_ajax')); add_action("wp_ajax_my_embedplus_vi_adstxt_status_soft_ajax", array(self::class, 'vi_adstxt_status_soft_ajax')); add_action('admin_init', array(self::class, 'vi_token_expire'), 9); add_filter('cron_schedules', array(self::class, 'vi_cron_interval')); add_action('ytvi_cron_cache_js_hook', array(self::class, 'vi_cron_cache_js')); if (!wp_next_scheduled('ytvi_cron_cache_js_hook')) { wp_schedule_event(time(), 'ytvi_fifteen_days', 'ytvi_cron_cache_js_hook'); //wp_schedule_event(time(), 'ytvi_two_minutes', 'ytvi_cron_cache_js_hook'); // testing } }