agentlytics
Comprehensive analytics dashboard for AI coding agents — Cursor, Windsurf, Claude Code, VS Code Copilot, Zed, Antigravi…
WordPress plugin to configure wp-admin and application state using a single config file.
git clone https://github.com/darrenjacoby/intervention.gitdarrenjacoby/interventionEasily customize wp-admin and configure application options.
$ composer require wpackagist-plugin/intervention
$ wp plugin install intervention --activate
Create config/intervention.php for Sage 10, or intervention.php inside your theme root folder and return an array.
<?php
return [
'application' => [
],
'wp-admin.$role|$username' => [
],
];
For the options, you can use dot notatation, a standard array, or a combination.
Remove components from wp-admin.
Return wp-admin.$role or wp-admin.$username
editor|author<?php
return [
'wp-admin.$role|$username' => [
'common.adminbar',
],
];
User Roles
allall-not-administrator (shortcut alias)administratorauthoreditorcontributorsubscriberSet application options.
wp-admin.Return application.
Tip: automate exporting a config file from the database using Tools→Intervention in the WordPress admin.
<?php
return [
'application' => [
'general' => [
'tagline' => 'Intervention Example',
'wp-address' => 'https://example.com/wp',
'site-address' => 'https://example.com',
'admin-email' => 'example@example.com',
'membership' => false,
'default-role' => 'editor',
'language' => 'en_US',
'timezone' => 'Africa/Johannesburg',
'date-format' => 'F j Y',
'time-format' => 'g:i a',
'week-starts' => 'Mon',
],
],
];
more like this
Comprehensive analytics dashboard for AI coding agents — Cursor, Windsurf, Claude Code, VS Code Copilot, Zed, Antigravi…
an efficient and user friendly OTA server equipped with a powerful WEB UI, designed to effortlessly manage both your ES…
PlexWatch is a Discord bot that provides a real-time dashboard for your Plex media server, featuring active stream moni…
search projects, people, and tags