Exemplo n.º 1
0
/**
 * Output the permalink of the latest post on the current blog in the loop.
 *
 * @since BuddyPress (1.7.0)
 *
 * @see bp_get_blog_latest_post_title()
 */
function bp_blog_latest_post_permalink()
{
    echo esc_url(bp_get_blog_latest_post_permalink());
}
Exemplo n.º 2
0
/**
 * Output the permalink of the latest post on the current blog in the loop.
 *
 * @since BuddyPress (1.7.0)
 *
 * @see bp_get_blog_latest_post_title()
 */
function bp_blog_latest_post_permalink()
{
    echo bp_get_blog_latest_post_permalink();
}