Okay
  Public Ticket #4525209
Support
Open

Comments

  •  1
    Charl started the conversation

    Hi there,

    When I reject end exiting registered user for an vendor application, I do not want to delete the user - how can I do this? The only option I have is to delete the user. 

    Help is much appreciated.

  •  2,613
    WebWizards replied

    Hi Charl,

    Thanks for reaching out,

     

    I have just made an update to the plugin to add support for this. Please follow these steps to set it up:

    1. Update MarketKing Core to the attached version. You will need to first deactivate the existing version of MarketKing Core, then upload and activate the attached one.

    2. Then, add this PHP code snippet to your site:

    add_filter('marketking_reject_user_delete','__return_false');

    This can be added to the functions.php file of your theme or via any code snippets plugin.

     

    Let me know if you need anything else or any other custom behavior to happen,

    Kind regards,
    Stefan

  •   WebWizards replied privately
  •  1
    Charl replied

    Thanks for the quick response, Stefan - will test it out early tomorrow morning...