bp_members_ms_signup_bulk_actions

bp_members_ms_signup_bulk_actions

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: buddypress.14.3.4

apply_filters('bp_members_ms_signup_bulk_actions') is found 2 times:

  • /bp-members/classes/class-bp-members-list-table.php line 194
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
         * @since 10.0.0
         *
         * @param array $actions Array of actions and corresponding labels.
         */
        return apply_filters( 'bp_members_ms_signup_bulk_actions', $actions );
    }
     
    /**
     * The text shown when no items are found.
     *
     * Nice job, clean sheet!
  • /bp-members/classes/class-bp-members-ms-list-table.php line 187
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
         * @since 10.0.0
         *
         * @param array $actions Array of actions and corresponding labels.
         */
        return apply_filters( 'bp_members_ms_signup_bulk_actions', $actions );
    }
     
    /**
     * The text shown when no items are found.
     *
     * Nice job, clean sheet!

See this hook used in plugins: