gv_directory_link()
function gv_directory_link( $post=null, $add_pagination=true, $context=null )
Returns the URL to the Multiple Entries (directory) context of a View.
See Also
Source: src/API/class-api.php:324
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$post | int | null | null | Post ID to link to. Defaults to the current post. |
$add_pagination | bool | true | Whether to include pagination in the URL. |
$context | \GV\Template_Context | null | null | The template context. |