| 开发者 | omnistackwp |
|---|---|
| 更新时间 | 2026年6月24日 00:54 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPL-2.0+ |
| 版权网址: | 版权信息 |
omnistack-admin folder to /wp-content/plugins/.No. A single CSS file is loaded across the admin. JavaScript is only loaded on the plugin's own settings page (where it powers the live color picker). There are no database queries on page load beyond two cached option reads.
Yes. WooCommerce-specific styles are included and only loaded when WooCommerce is active. Order status badges, analytics cards, product data tabs, and payment gateway toggles are all styled to match.
The plugin only targets long-established WordPress HTML element IDs and classes that have been stable since WordPress 3.x. It degrades gracefully - if any selector stops matching after a WP update, that element simply reverts to default WordPress styling. Nothing breaks.
Absolutely. The accent color picker on the settings page lets you use any hex color. Six popular presets are included for quick selection.
No. All styles are scoped to the admin interface only. Your theme, page builder output, and visitor-facing pages are completely untouched.
omniad_ prefix (WordPress.org review requirement)<style> and <script> tags with proper wp_add_inline_style() and wp_enqueue_script() calls (WordPress.org compliance)