GDPR: Loading assets from https://uncannyowl.com
-
In
boot.php
I’m seeing files being loaded from https://uncannyowl.com which is not GDPR compliant. You might want to optimize that.
Kind regards,
Jaimepublic static function uo_admin_support_css() { $pages_to_include = array( 'uncanny-toolkit-plugins', 'uncanny-toolkit-kb' ); if ( isset( $_GET['page'] ) && in_array( $_GET['page'], $pages_to_include ) ) { wp_enqueue_style( 'uncannyowl-core', 'https://uncannyowl.com/wp-content/mu-plugins/uncanny-plugins-core/dist/bundle.min.css', array(), UNCANNY_TOOLKIT_VERSION ); wp_enqueue_script( 'uncannyowl-core', 'https://uncannyowl.com/wp-content/mu-plugins/uncanny-plugins-core/dist/bundle.min.js', array( 'jquery' ), UNCANNY_TOOLKIT_VERSION ); } }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘GDPR: Loading assets from https://uncannyowl.com’ is closed to new replies.