$this->identifier . _post_args, $args
$this->identifier . _post_args, $args
Appears in: all-in-one-seo-pack.5.0.0.1
Hook Type: filter
Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1apply_filters('$this->identifier . _post_args, $args') is found 1 times:
- /vendor/woocommerce/action-scheduler/lib/WP_Async_Request.php line 160
* Filters the post arguments used during an async request. * * @param array $args */ return apply_filters( $this->identifier . '_post_args', $args ); } /** * Maybe handle * * Check for correct nonce and pass to handler.