bp_get_activity_edit_time( bool $default = false )
Get BuddyBoss Activity Time option.
Description
Parameters
- $default
-
(Optional) when option not found, function will return $default value
Default value: false
Return
(mixed|void)
Source
File: bp-core/bp-core-options.php
function bp_get_activity_edit_time( $default = false ) { return apply_filters( 'bp_get_activity_edit_time', bp_get_option( '_bp_activity_edit_time', $default ) ); }
Changelog
Version | Description |
---|---|
BuddyBoss 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.