do_action( "wp_ajax_{$action}" )

Fires authenticated Ajax actions for logged-in users.


Description Description

The dynamic portion of the hook name, $action, refers to the name of the Ajax action callback being fired.


Source Source

File: wp-admin/admin-ajax.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.