1
0
Fork 0
mirror of https://github.com/buddypress/buddypress.git synced 2026-07-23 21:06:56 +08:00
buddypress/tests/phpunit/testcases/groups
Mathieu Viet 5aa75cb636 Clear the Groups cache incrementor after a group member removal
Do reset the Groups cache incrementor once the `'groups_member_after_remove'` action is fired. Although in most configs this extra action is not needed, adding it makes sure the corresponding cached results is cleared when using the Memcached plugin.

Props iandunn

Fixes #9000
Closes https://github.com/buddypress/buddypress/pull/171



git-svn-id: https://buddypress.svn.wordpress.org/trunk@13592 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2023-10-11 02:09:00 +00:00
..
functions PHPUnit: set $groups_template prop in BP_Tests_Get_Groups_Param 2022-10-06 01:47:25 +00:00
template Improve PHP 8.2 compatibility 2023-02-10 03:12:09 +00:00
activity.php BP Rewrites: start the migration process for the Groups component 2023-03-18 09:42:31 +00:00
avatars.php Use static factory method throughout PHPUnit tests. 2017-11-03 19:44:10 +00:00
cache.php Clear the Groups cache incrementor after a group member removal 2023-10-11 02:09:00 +00:00
class-bp-group-extension.php Fully deprecate bp_nav & bp_options_nav BP globals 2023-06-25 17:18:41 +00:00
class-bp-group-member-query.php Update BP_Group_Member_Query for Invitation API compatibility. 2019-08-12 20:43:44 +00:00
class-bp-groups-group.php Improve PHP 8.2 compatibility 2023-02-10 03:12:09 +00:00
class-bp-groups-member.php BP Rewrites: start the migration process for the Groups component 2023-03-18 09:42:31 +00:00
functions.php Eventually include inactive users in group's members count 2022-11-07 20:32:51 +00:00
notifications.php Fully enjoy Yoast’s PHPUnit polyfills 2022-08-13 08:58:51 +00:00
template.php BP Rewrites: optimize the code used to build URLs 2023-06-18 04:11:04 +00:00
types.php Fully enjoy Yoast’s PHPUnit polyfills 2022-08-13 08:58:51 +00:00
user_can.php Invitations: Allow invitations to public groups. 2019-08-12 20:45:50 +00:00