Linux 软件免费装

Improve Accessibility - Dark Mode Switcher

开发者 ermaldbilla
更新时间 2025年10月6日 16:52
PHP版本: 7.4 及以上
WordPress版本: 6.8
版权: GPLv2 or later
版权网址: 版权信息

标签

accessibility theme switcher dark mode light mode dark theme

下载

1.0.0

详情介绍:

Improve Accessibility - Dark Mode Switcher for WP adds a professional dark/light mode toggle to your WordPress website. Features: Security: The plugin implements all WordPress security standards including nonces, sanitization, escape output, and permission checks. Developer API: ```javascript // Get current theme window.iadsAPI.getTheme(); // Change theme window.iadsAPI.setTheme('dark'); // Toggle theme window.iadsAPI.toggleTheme(); ```