Since: 2.3.10
pods_query_arg
Create a new URL off of the current one, with updated parameters
Function Definition
function pods_query_arg( $array = null, $allowed = null, $excluded = null, $url = null )
Source File: /pods/includes/data.php
Parameters
Parameter | Type | Details |
---|---|---|
$array | (array) | Parameters to be set (empty will remove it) |
$allowed | (array) | Parameters to keep (if empty, all are kept) |
$excluded | (array) | Parameters to always remove |
$url | (string) | URL to base update off of |
Returns
(mixed)