Skip to content

Instantly share code, notes, and snippets.

@nickpagz
nickpagz / Name2.md
Last active June 8, 2019 14:44
Adding signalr route

Just a readme file

@nickpagz
nickpagz / adminer-for-studio.php
Last active April 27, 2024 11:30
Install Adminer for use with Studio
<?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 ) {