_query_url

_query_url

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wp-stateless.3.4.1

apply_filters('_query_url') is found 1 times:

  • /lib/ns-vendor/classes/deliciousbrains/wp-background-processing/classes/wp-async-request.php line 129
    		 * Filters the post arguments used during an async request.
    		 *
    		 * @param string $url
    		 */
    		return apply_filters($this->identifier . '_query_url', $url);
    	}
    
    	/**
    	 * Get post args
    	 *
    	 * @return array