Astra_WP_Async_Request::get_query_url()
Get query URL
Description
Return
(string)
Source
File: inc/lib/batch-processing/class-astra-wp-async-request.php
protected function get_query_url() { if ( property_exists( $this, 'query_url' ) ) { return $this->query_url; } return admin_url( 'admin-ajax.php' ); }
Expand full source code Collapse full source code View on Trac