Skip to:
Content

BuddyPress.org

Ticket #8143: manage-signups.diff

File manage-signups.diff, 758 bytes (added by zishanj, 5 years ago)
  • src/bp-members/classes/class-bp-members-admin.php

     
    21512151                                                                                        <td><?php echo $this->format_xprofile_field_for_display( $field_value ); ?></td>
    21522152                                                                                </tr>
    21532153
    2154                                                                         <?php endforeach;  ?>
     2154                                                                        <?php endforeach; 
     2155                                                                                do_action('bp_signups_admin_columns', $signup);
     2156                                                                        ?>
    21552157
    21562158                                                                <?php endif; ?>
    21572159
    21582160                                                        </tbody>
    21592161                                                </table>
     2162
     2163                                                <?php
     2164                                                        do_action('bp_signups_admin_fields', $signup->signup_id);
     2165                                                ?>
     2166
    21602167                                        <?php endif; ?>
    21612168
    21622169                                        <?php if ( 'resend' == $action ) : ?>