_query_args

_query_args

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

See hook in core

Displaying hooks found in version: wp-stateless.3.4.1

apply_filters('_query_args') is found 1 times:

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