Just a readme file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Admin Bar Link for Adminer | |
Description: Adds a link to the WordPress admin bar to access the database via Adminer. | |
Version: 1.0 | |
Author: Nick Pagazani | |
Plugin URI: https://github.com/nickpagz/adminer-for-studio | |
*/ | |
add_action( 'admin_bar_menu', function ($wp_admin_bar ) { |