bp_is_activity_edit()

Is the current page a single activity item edit permalink?

Description

Return

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

Source

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

function bp_is_activity_edit() {
	return (bool) ( bp_is_activity_component() && is_numeric( bp_current_action() ) && 'edit' === bp_action_variable() );
}

Changelog

Changelog
Version Description
BuddyBoss 1.5.1 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.