apply_filters( 'bp_core_time_since_pre', bool $value, string $older_date, string $newer_date )

Filters whether or not to bypass BuddyPress’ time_since calculations.


Description Description


Parameters Parameters

$value

Whether or not to bypass.

$older_date

Earlier time from which we're calculating time elapsed.

$newer_date

Unix timestamp of date to compare older time to.


Top ↑

Source Source

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


Top ↑

Changelog Changelog

Changelog
Version Description
1.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.