add_filter( 'bbp_get_topic_freshness_link', 'custom_bbp_freshness_pre_hiatus', 10, 2 ); function custom_bbp_freshness_pre_hiatus( $link, $topic_id ) { $last_active_id = bbp_get_topic_last_active_id( $topic_id ); $post_time = get_post_time( 'U', true, $last_active_id ); // Hiatus year set karo (client requirement ke mutabiq change kar sakte ho) $hiatus_year = 2015; if ( date( 'Y', $post_time ) < $hiatus_year ) { return 'Pre-hiatus'; } else { return human_time_diff( $post_time, current_time( 'timestamp' ) ) . ' ago'; } }
"April Masini answers questions no one else can and tells you the truth that no one else will."

IlliaR

IlliaR

@IlliaR

Registered: 3183 days, 9 hours ago

Relationship Advice Forum

Topic Started: 1

Replies Created: 0

Forum Role: Member #376,039