Plugin Directory


Ignore:
Timestamp:
07/25/2025 01:04:39 PM (8 months ago)
Author:
softaculous
Message:

New Version 1.0.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cookieadmin/trunk/includes/functions.php

    r3328224 r3334190  
    3131    global $cookieadmin, $cookieadmin_settings;
    3232   
     33    $cookieadmin_settings = get_option('cookieadmin_settings', array());
     34   
    3335    // Check if the installed version is outdated
    3436    cookieadmin_update_check();
     
    5456    // Enduser loading
    5557    ///////////////////////////
     58   
     59    if(!empty($cookieadmin_settings['google_consent_mode_v2'])){
     60        add_action('wp_head', '\CookieAdmin\Enduser::wp_head', 5);
     61    }
    5662   
    5763    add_action('wp_enqueue_scripts', '\CookieAdmin\Enduser::enqueue_scripts');
Note: See TracChangeset for help on using the changeset viewer.