Advertisement
Guest User

Untitled

a guest
Dec 12th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. function no_edit_lock($retval, $cur_time, $lock_time, $post_date_gmt){
  2. return false;
  3. }
  4. add_filter( 'bbp_past_edit_lock', 'no_edit_lock', 1, 4);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement