WP_Async_Task::run_action()
Description #
Run the do_action function for the asynchronous postback.
This method needs to fetch and sanitize any and all data from the $_POST superglobal and provide them to the do_action call.
The action should be constructed as "wp_async_task_$this->action"
Source #
File: lib/class-wp-async-task.php
abstract protected function run_action();
Expand full source code Collapse full source code View on GitHub: lib/class-wp-async-task.php:274
Add your comment