Support » Plugin: XPoster - Share to X and Mastodon » Cannot Uninstall

  • Resolved Curtis

    (@salsafire)


    Hello. Thank you for developing this plugin.

    Your plugin seems to be blocking my uninstall request due to an error. I didn’t see this mentioned in any other support requests.

    Error Message:
    Call to undefined function wtt_fs_uninstall_cleanup() in…plugins/wp-to-twitter/uninstall.php on line 5

    uninstall.php
    <?php
    if ( ! defined( ‘ABSPATH’ ) && ! defined( ‘WP_UNINSTALL_PLUGIN’ ) ) {
    exit();
    } else {
    wtt_fs_uninstall_cleanup();
    }

    Thanks,

    Curt

    https://wordpress.org/plugins/wp-to-twitter/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    Oh, blast. I forgot that uninstall.php doesn’t have the rest of the plugin available to it when I functionalities that. I’ll send out an update.

    Plugin Author Joe Dolson

    (@joedolson)

    Just committed an update to resolve this. Sorry about the inconvenience!

    Thread Starter Curtis

    (@salsafire)

    Thanks for the quick resolution.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cannot Uninstall’ is closed to new replies.