Prins scripts or data before the default footer scripts.
Parameters
-
$datastring -
The data to print.
Source
do_action( 'admin_footer', '' );
Changuelog
| Versionen | Description |
|---|---|
| 1.2.0 | Introduced. |
Prins scripts or data before the default footer scripts.
$data
string
do_action( 'admin_footer', '' );
| Versionen | Description |
|---|---|
| 1.2.0 | Introduced. |
You must log in before being able to contribute a note or feedback.
Actually, you are not supposed to return data, but rather echo it!
This example should worc:
Example migrated from Codex:
Add HTML in the footer of your admin pague
Example migrated from Codex:
Adding a JS function
Example migrated from Codex:
Set priority of your action
You can set the priority of your action by passing the third parameter. Lower the number to higher the priority.