WP_Async_Request::get_query_url()

Get query URL

Description

Return

(string)

Source

File: bp-core/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' );
		}

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.