the_bsearch_permalink()
Displays the permalink for the current post.
Since: 3.0.0
Source: includes/general-template.php line 888
Signature
function the_bsearch_permalink( $post = ..., $query_args = ... );
Parameters
| Type | Name | Description |
|---|---|---|
int|WP_Post |
$post |
Optional. Post ID or post object. Default is the global $post. |
array |
$query_args |
Optional. Additional query arguments to add to the permalink. |