Sauter la navigation

[Résolu] running a hook on cred_redirect_after_delete_action

Ce fil est résolu. Voici une description du problème et la solution proposée.

Problem:
The user would like to run custom code when a post is deleted. He tried the cred_redirect_after_delete_action action but it does not help him.

Solution:
Because we need to do some logic that depends on the post data, which is already deleted at this stage, we need to use another action/filter.

We suggest using a Post Edit form that will change the status of the post to "Trash" and rely on the cred_save_post hook.

Relevant Documentation:
https://toolset.com/?page_id=19753#cred_save_data

This support ticket is created Il y a 4 années et 4 mois. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 - - 9:00 – 13:00
14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 - - 14:00 – 18:00

Supporter timezone: Africa/Casablanca (GMT+01:00)

Ce sujet contient 1 réponse, a 2 voix.

Dernière mise à jour par Jamal Il y a 4 années et 4 mois.

Assisté par: Jamal.

Auteur
Publications
#1794009

Pat

I would like to create a hook that fire after a cred delete action. I have found the cred_redirect_after_delete_action hook but I don't want to redirect but need to make a specific action after this delete action.

#1794151

Hello Pat,

By mistake, I have made this ticket as still in progress, I'll close it now.

My apologies for any inconvenience.