| 开发者 | ioclaudio |
|---|---|
| 更新时间 | 2026年5月23日 22:15 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/asset/ — asset catalog with search and filters/asset/asset-name/ — single asset detail page/asset/ returns 404, go to Settings > Permalinks and click Save Changes once.
Block themes:[almgr_asset_list] to a page — this is your asset catalog.
[almgr_asset_view] to a second page — this is your asset detail view.Any organization that manages a shared pool of physical objects: associations, schools, public bodies, libraries, laboratories, makerspaces, sports clubs, and more. The plugin was originally created for an association of amateur astronomers but is designed to be generic and suitable for any context.
Yes. ACF (free version) is required to store and retrieve custom asset fields. The plugin will display an admin notice if ACF is not active.
No. Asset delivery and handover are handled offline. The plugin tracks requests and assignments only.
Yes. Under the ALM menu in wp-admin you can configure the email sender, loan rules (maximum active loans per member, message length limits), and other workflow options.
Yes. English and Italian are included out of the box. Other languages can be added using standard WordPress translation tools.
Uninstalling the plugin removes the plugin settings, the loan request history, the pending loan requests, and the custom user roles.
By default, your asset inventory (posts and their data) is preserved.
If you want to remove all plugin data, define ALMGR_REMOVE_ALL_DATA as true in wp-config.php before uninstalling.
An asset is a single physical item (for example, a telescope, a book, or a camera). A kit is a collection of items that are lent together as a group (for example, a telescope with its eyepieces and carrying case). Managing kits allows you to track all components under a single loan request.
Yes. Multiple members can submit requests for the same asset simultaneously. By default, when a request is approved or the asset is directly assigned, all other pending requests for that asset are automatically canceled (this behavior is configurable), and requesters are notified by email when notifications are enabled.
On classic themes, basic setup only requires installing the plugin and activating ACF — asset pages are served automatically with no shortcodes needed. On block themes, two pages with shortcodes must be created manually and configured in the plugin settings. Some advanced customization such as user role adjustments may benefit from developer support.
CHANGELOG.md.
0.2.3
wp_authenticate()).do_blocks() output with wp_kses_post() in fallback templates.alm_ prefix to almgr_ for namespace safety.almgr_ prefix for WordPress.org namespace compliance.never, no owner, always).ALMGR_REMOVE_ALL_DATA constant — define as true in wp-config.php before uninstalling to remove all plugin data including assets./wp-json/almgr/v1/ (asset list, asset detail, member list, member assets). Authentication via WordPress core (cookie session, REST nonce, Application Passwords).