Recent

the_bsearch_permalink function

Displays the permalink for the current post.

Since: 3.0.0
Source: includes/general-template.php line 758

Signature

function the_bsearch_permalink( $post = ..., $query_args = ... );

Parameters

TypeNameDescription
int|WP_Post$postOptional. Post ID or post object. Default is the global $post.
array$query_argsOptional. Additional query arguments to add to the permalink.