Learn how to install, configure, and use the Admin Items Pinning & Quick Notes Manager (Poly Pin Manager - wppinmanager) plugin for WordPress.
Quick Installation Guide
- Download
poly-pin-manager.zip. - Go to Plugins > Add New > Upload Plugin in WP Admin and activate it.
- Access Settings > Pin Manager to configure pinning rules and Quick Access menus.
System Architecture & Admin Table Injection Engine
graph TD
A[Admin List Table Enqueues poly-pin-manager.js] --> B[Inject Pin Icon & Note Button next to Item Titles]
B --> C[User Clicks Pin / Edit Note AJAX Action]
C --> D[Save Pinned State & Notes into Options API poly_pin_manager]
D --> E[Re-order WP List Table Rows Moving Pinned Items to Top]
E --> F[Render Note Tooltip on Hover]
Multi-Entity Pinning & Admin Notes Pipeline
graph TD
A[User Hits Pin Button on Plugin / Theme / Post / Category] --> B[Send Nonce-Verified AJAX Action]
B --> C[Update Pinned Array Key in poly_pin_manager Options]
C --> D[Attach Developer Markdown / Text Notes]
D --> E[Dynamically Move Row to Top of List Table]
E --> F[Display Pinned Pin Badge & Note Icon]
Quick Access Navigation Bar & Code Editor Flow
graph TD
A[User Clicks Quick Access Menu in Admin Top Bar] --> B[Fetch Custom Menu Items & Shortcuts]
B --> C[Display 1-Click Links to Code Editors / Settings Pages]
C --> D[Direct Navigation to Target File in Plugin / Theme Editor]