Plugin Directory

Changeset 1879891


Ignore:
Timestamp:
05/23/2018 09:32:51 AM (8 years ago)
Author:
emarten
Message:

changed generic function name to prevent conflicts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dsgvo/trunk/eu-dsgvo-helper.php

    r1879890 r1879891  
    44        Plugin Name: EU DSGVO Helper
    55        Description: This Plugin will be further developed. It so far caches google webfonts locally and replaces youtube embeded videos with a preview-image which becomes an embeded video on-click. Removes Emojis. More functions will be added soon.
    6         Version: 1.0.2.1
     6        Version: 1.0.2.2
    77        Author: Eric Marten
    88        Author URL: https://www.herr-marten.de/
     
    225225        }
    226226    }
    227     function disable_emojis()
     227    function disable_emojis_eu_dsgvo_helper()
    228228    {
    229229        remove_action( 'wp_head', 'print_emoji_detection_script', 7 );
     
    237237        add_filter( 'wp_resource_hints', 'disable_emojis_remove_dns_prefetch', 10, 2 );
    238238    }
    239     add_action( 'init', 'disable_emojis' );
     239    add_action( 'init', 'disable_emojis_eu_dsgvo_helper' );
    240240
    241241
Note: See TracChangeset for help on using the changeset viewer.