bp_is_single_activity()

Is the current page a single activity item permalink?

Description

Return

(bool) True if the current page is a single activity item permalink.

Source

File: bp-core/bp-core-template.php

2347
2348
2349
function bp_is_single_activity() {
    return (bool) ( bp_is_activity_component() && is_numeric( bp_current_action() ) );
}

Changelog

Changelog
Version Description
BuddyPress 1.5.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.