Call function after saving category
-
Hi,
I have written a plugin where I have to store all urls of category. I am calling below given action in my plugin.
add_action(‘edit_category’, ‘store_urls’, 10, 3);
I need to call my function after category is saved but edit_category is deprecated.
Is there any other hook which will execute after my category is updated. Please guide. Its urgent.
The topic ‘Call function after saving category’ is closed to new replies.