• It was a great plugin that provided custom User Avatars functionality. Now it provides a lot of unwanted features and had problems with ACF Select2. Very very bad

Viewing 1 replies (of 1 total)
  • Plugin Author Collins Agbonghama

    (@collizo4sky)

    Sorry, you had this issue. This happened because we also include select2 in our plugin.

    You can disable/remove ours by adding the code below to your theme’s functions.php file.

    add_action( 'wp_print_scripts', 'pp_deregister_javascript', 99 );
     
    function pp_deregister_javascript() {
     wp_deregister_script( 'ppress-select2' );
    }

    Let me know if that helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Bugs and unwanted functional’ is closed to new replies.