Changeset 3334190 for cookieadmin/trunk/includes/functions.php
- Timestamp:
- 07/25/2025 01:04:39 PM (8 months ago)
- File:
-
- 1 edited
-
cookieadmin/trunk/includes/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cookieadmin/trunk/includes/functions.php
r3328224 r3334190 31 31 global $cookieadmin, $cookieadmin_settings; 32 32 33 $cookieadmin_settings = get_option('cookieadmin_settings', array()); 34 33 35 // Check if the installed version is outdated 34 36 cookieadmin_update_check(); … … 54 56 // Enduser loading 55 57 /////////////////////////// 58 59 if(!empty($cookieadmin_settings['google_consent_mode_v2'])){ 60 add_action('wp_head', '\CookieAdmin\Enduser::wp_head', 5); 61 } 56 62 57 63 add_action('wp_enqueue_scripts', '\CookieAdmin\Enduser::enqueue_scripts');
Note: See TracChangeset
for help on using the changeset viewer.