Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #7532


Ignore:
Timestamp:
05/30/2017 08:55:53 PM (8 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7532 – Description

    initial v1  
    33For example:
    44
     5{{{#!php
     6<?php
    57add_filter( 'bp_get_button', function( $retval, $args, $button ) {
    68        // Check to see if we're using an older button.
     
    1416        return $retval;
    1517}, 10, 3 );
     18}}}