Linux 软件免费装
Banner图

Admin Filters for MemberPress

开发者 omarelhawary
更新时间 2026年5月8日 23:06
PHP版本: 8.1 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

admin members membership memberpress filters

下载

1.7.0 1.6.7 1.6.8

详情介绍:

Admin Filters for MemberPress extends the MemberPress -> Members, Subscriptions, Lifetimes, and Transactions admin screens with extra filters: MemberPress address fields (when your site captures them), every MemberPress registration Settings -> Fields field, and any further user meta filters you add with the meprmf_members_meta_filters_fields filter (for example in a small custom plugin). This plugin is an independent project. It is not affiliated with, endorsed by, or sponsored by MemberPress. Requirements Privacy Filtering reads values you or your administrators submit on those admin lists (standard admin GET requests) and builds SQL EXISTS conditions on wp_usermeta scoped to each list query. No data is sent to external services by this plugin. What you get

安装:

  1. Upload the plugin files to the /wp-content/plugins/admin-filters-for-memberpress directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Ensure MemberPress is already installed and active. If MemberPress is inactive, this plugin does nothing.

升级注意事项:

1.7.0 Feature release: filters on Subscriptions, Lifetimes, and Transactions admin lists in addition to Members. No database migration. 1.6.7 Maintenance release: output hardening, languages folder layout for WordPress.org checks, and translation loading alignment. No settings migration. 1.6.6 Text domain matches the plugin slug; rename custom MO/PO to admin-filters-for-memberpress-* if needed. If you used the old meta-filters hook, change it to meprmf_members_meta_filters_fields. Plugin URI and GitHub URI in the plugin header were updated. 1.6.5 Floating Filters panel and account-page address visibility. No database migration; clear browser storage only if you need to reset panel field visibility. 1.6.2 Requires PHP 8.1 or newer. Upgrade PHP before updating the plugin if you are still on 7.4. 1.6.1 Replaced folder memberpress-members-meta-filters with admin-filters-for-memberpress. Deactivate, remove the old folder, install the new path, activate. MemberPress settings unchanged. Old hook mepr_members_meta_filters_fields is now meprmf_members_meta_filters_fields. 1.5.0 Adds address filter query parameters (mpf_state, mpf_zip, etc.). Bookmarks or saved admin URLs from 1.4.0 still work for country/city; no migration required. 1.4.0 Declares WordPress 5.6+ and PHP 7.4+ in the plugin header. Ensure your host meets PHP 7.4 before updating from 1.3.0. 1.3.0 First install: no prior version. Requires MemberPress.

常见问题:

Does this plugin include MemberPress?

No. You must purchase and install MemberPress separately. This plugin only adds filters to the supported MemberPress admin lists when MemberPress is active.

Where do I use the filters?

In the WordPress admin, open MemberPress -> Members (or Subscriptions, Lifetimes, or Transactions). Use the Filters area above the table to choose criteria, then apply them to refresh the list.

What can I filter members by?

  • Address fields when your site collects them in MemberPress (for example country, city, postal code), including when address is captured on the account page.
  • Every field you configure under MemberPress -> Settings -> Fields (registration / profile style fields).
  • Extra user meta only if a developer adds filter definitions using the meprmf_members_meta_filters_fields filter hook (for data stored in wp_usermeta that is not already covered).

Does this change my public website or checkout?

No. It only affects those admin MemberPress list screens. Visitors and the front of your site are unchanged.

Is member data sent to a third-party service?

No. Filtering runs inside your WordPress install and database. See the Privacy note in the description above.

What happens if MemberPress is turned off?

The plugin waits quietly. Once MemberPress is active again, the filters show on the supported lists as before.

Where do I get support for this plugin?

Use the Support forum on WordPress.org for Admin Filters for MemberPress.

How do developers extend the filters?

  • Filter hook for extra meta-based filter definitions: meprmf_members_meta_filters_fields.
  • Optional UI hook (floating Filters panel vs inline toolbar): meprmf_use_floating_members_panel.
  • Source and issues: see Plugin URI and GitHub URI in the main plugin file header (admin-filters-for-memberpress.php).

更新日志:

1.7.0 1.6.8 1.6.7 1.6.6 1.6.5 1.6.2 1.6.1 1.5.0 1.4.0 1.3.0