I have several past due actions: 77
-
Error Message:
function eg_define_custom_user_agent( $args ) {
$versions = ActionScheduler_Versions::instance();
$args['user-agent'] = 'Action Scheduler/' . $versions->latest_version();
return $args;
}
add_filter( 'as_async_request_queue_runner_post_args', 'eg_define_custom_user_agent', 10, 1 );
I have no idea how to remedy this.The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.