=== Ostrich Admin Menus ===
Contributors: petergerard
Donate link: https://paypal.me/pgice
Tags: woocommerce, admin, orders, subscriptions, memberships
Requires at least: 6.5
Tested up to: 7.1
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Adds Users/Orders shortcuts to the admin toolbar, plus per-user Orders/Subscriptions/Memberships summary links to the Edit User screen.

== Description ==

Ostrich Admin Menus adds a couple of small conveniences to wp-admin.

**Admin toolbar shortcuts**

* A "Users" link under the site name, shown to anyone who can list users.
* For WooCommerce shops, an "Orders" link under the site name, shown to anyone who can manage WooCommerce.

**Edit User screen summary (for WooCommerce shops)**

On the Edit User screen (not your own profile), for admins who can manage WooCommerce, a link bar is placed just above the "Personal Options" section showing, for the user being edited:

* Order count, linked to their filtered order list.
* Subscription count, if WooCommerce Subscriptions is active.
* Membership count, if WooCommerce Memberships is active.

The WooCommerce features work with both HPOS and legacy post-based order storage.

== Installation ==

1. Upload the `ostrich-admin-menus` folder to `/wp-content/plugins/`.
2. Activate the plugin through the "Plugins" menu in WordPress.

== Frequently Asked Questions ==

= Is this an official WooCommerce plugin? =

No, this is a community provided plugin that adds a small amount of functionality to make WooCommerce easier to use.

= Why don't I see the Orders/Subscriptions/Memberships bar? =

It only appears on the Edit User screen (not your own profile page), and only for users who can `manage_woocommerce`. The Subscriptions and Memberships links only appear if those respective plugins are active.

= Does this work with WooCommerce's HPOS order storage? =

Yes. Both the admin bar Orders link and the per-user order count adapt automatically to whether HPOS or legacy post-based order storage is in use.

== Screenshots ==

1. Additional menu items from the admin bar on the public site.
2. Orders bar on admin view of users.

== Changelog ==

= 1.0.0 =
* Initial release.
