Plugin Directory

Changeset 2407742


Ignore:
Timestamp:
10/27/2020 05:03:44 PM (5 years ago)
Author:
stremovsky
Message:

cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • better-gdpr/trunk/better-gdpr.php

    r2407095 r2407742  
    394394  $srv = "https://".$subdomain.".privacybunker.cloud/";
    395395  $css_file = plugin_dir_url( dirname( __FILE__ ) ) . 'better-gdpr/better-gdpr.css';
    396   $powered_by_file = plugin_dir_url( dirname( __FILE__ ) ) . 'better-gdpr/assets/powered-by.png';
    397   $logo_file = plugin_dir_url( dirname( __FILE__ ) ) . 'better-gdpr/assets/logo.png';
    398396  print("<script id='bettergdpr_js' src='".plugin_dir_url( dirname( __FILE__ ) ) ."better-gdpr/better-gdpr.js?tenant=".$subdomain."' type='text/javascript'></script>");
    399397  #wp_enqueue_script( 'bettergdpr_js', plugin_dir_url( dirname( __FILE__ ) ) . 'better-gdpr/better-gdpr.js?tenant=' . $subdomain );
Note: See TracChangeset for help on using the changeset viewer.