do_action( "admin_action_{$action}" )

Fires when an ‘action’ request variable is sent.


Description Description

The dynamic portion of the hook name, $action, refers to the action derived from the GET or POST request.


Source Source

File: wp-admin/admin.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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