$this->identifier . _post_args, $args

$this->identifier . _post_args, $args

Hook Type: filter

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1

apply_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.