website logo
Go back to WP Go Maps
⌘K
Atlas Novus (v9)
πŸ‘Initial Setup
πŸ‘First-time users
πŸ‘Map Features
πŸ‘Integrations
πŸ‘Importing and Exporting Data
πŸ‘Troubleshooting
πŸ‘Frequently asked questions
Legacy (v9)
πŸ‘Initial Setup
πŸ‘First-time users
πŸ‘Map Features
πŸ‘Integrations
πŸ‘Importing and Exporting Data
πŸ‘Troubleshooting
πŸ‘Frequently asked questions
Integrations
Developers
Hooks
Docs powered byΒ archbeeΒ 

wpgmza_admin_notice_process_background_action

3min

Process additional background actions from an Ajax action in the persistent notice system.

Source

PHP
|
do_action("wpgmza_admin_notice_process_background_action", $relayAction);
ο»Ώ

Arguments

  • $relayAction : The action name passed with the request (string)

Files

  • includes/class.admin-notices.php

There is no need to send a response as part of your processing, the AdminNotices class will handle this internally after calling this hook. You could do so, to change the output if needed.

ο»Ώ

Updated 03 Mar 2023
Did this page help you?
Yes
No
PREVIOUS
wpgmza_admin_ui_menu_registered
NEXT
wpgmza_admin_persistent_notices_create_defaults
Docs powered byΒ archbeeΒ