You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could not find a solution to get the "team profile url" to use on a template.
Somewhere (cannot find where right now) In the documentation we have something similar to the code below, I wanted to add a Read Profile button on my template but did not have access to the $post->url field
Could not find a solution to get the "team profile url" to use on a template.
Somewhere (cannot find where right now) In the documentation we have something similar to the code below, I wanted to add a Read Profile button on my template but did not have access to the
$post->url
fieldSo I added this
$template = str_replace( '%%PROFILE_URL%%', esc_url( $post->url ), $template);
Great work in this plugin I love it (y)
The text was updated successfully, but these errors were encountered: