Changes between Initial Version and Version 1 of Ticket #4310, comment 16
- Timestamp:
- 07/11/2012 12:52:02 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4310, comment 16
initial v1 5 5 @boonepgorges - could you be kind enough to show me what the filter command for '''bp_core_current_time''' would look like so I could add it to my functions.php file in my theme and manually control the datetime stamp? 6 6 7 I tried the following but it did not do anything: 8 9 `apply_filters( 'bp_core_current_time', date('Y-m-d H:i:s') );` 10 7 11 Thanks.