WP_Async_Request::get_query_url()

Get query URL


Description Description


Return Return

(string)


Top ↑

Source Source

File: includes/libraries/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' );
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.