Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Vladimir Garagulya

    (@shinephp)

    Hello. Thanks.
    PGC plugin shows just only additional tables created by plugins or other scripts at your WordPress database. Profile CCT plugin doesn’t create any new DB tables. It uses custom post type, post meta fields, WordPress options to store its data. Thus PGC plugin could not help you to find and clear such data.
    Profile CCT has built in code to cleanup all its settings. Just add this parameter to the this plugin URL &delete_profile_cct_data=1 and this work will be done just from this plugin admin_init() function:

    if( isset( $_GET['delete_profile_cct_data']) )
    	$this->delete_all();

    Thread Starter Handoko

    (@handoko-zhang)

    I’m not too techie, but I guess I understand what you mean. Thanks for the information and your great plugin.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Plugins Garbage Collector] Can't delete "Profile CCT" data’ is closed to new replies.