• I’m developing a plugin and using regular hooks and filters. However, I’m now trying to bind my function to responses from WP’s admin ajax calls.

    For example, in the Plugins Add New screen I would like to run my function after ajax installation of a plugin is complete successfully and the “Activate” button appears. How can I trigger my function on successfull ajax response there?

    Using “plugin_install_action_links” I can control the action links through php, but what is the ajax equivelent (if there is one)?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Built in admin ajax hooks?’ is closed to new replies.