Changes between Initial Version and Version 1 of Ticket #7532
- Timestamp:
- 05/30/2017 08:55:53 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7532 – Description
initial v1 3 3 For example: 4 4 5 {{{#!php 6 <?php 5 7 add_filter( 'bp_get_button', function( $retval, $args, $button ) { 6 8 // Check to see if we're using an older button. … … 14 16 return $retval; 15 17 }, 10, 3 ); 18 }}}