Linux 软件免费装
Banner图

Fluidity Dashboard

开发者 sightfactory
更新时间 2025年11月7日 01:00
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 6.8
版权: GPLv2 or later
版权网址: 版权信息

标签

dashboard admin admin dashboard administrator wp dashboard

下载

1.0.1

详情介绍:

Fluidity Dashboard replaces the clicky default screens with a clean, Material-inspired dashboard tailored for busy site admins and content teams. It emphasizes speed, clarity, and safe defaults: Built for WordPress standards External services This plugin does not contact external services by default. If you opt into CDN icons (see “FAQ”), the plugin will request CSS/Font files from Google Fonts.

安装:

  1. Upload the plugin folder to /wp-content/plugins/, or install it via Plugins → Add New → Upload Plugin.
  2. Activate Fluidity Dashboard.
  3. Go to WP Admin → Fluidity to use the custom dashboard.
Optional (developers): Switch icon source (local / remote / disabled) using a filter: php // In a small mu-plugin or your theme's functions.php: add_filter( 'vwp_dash_icons_mode', function ( $mode ) { return 'local'; // 'local' (default), 'remote', or 'disabled' });