Web Development

MySQL Server Compatibility – How To Disable Strict Mode

MySQL Server Compatibility – How To Disable Strict Mode

MYSQL SERVER COMPATIBILITY – HOW TO DISABLE STRICT MODE MySQL server offers several different SQL modes of operation, and can apply these modes differently for different clients, depending on the value of sql_mode system variable. Database administrators can set the global SQL mode to match site server operating requirements, and each application can set its session SQL […]

WordPress – How To Add Custom URL Parameter Button In Admin Dashboard and Execute Function Call

WordPress – How To Add Custom URL Parameter Button In Admin Dashboard and Execute Function Call

In this tutorial we will show you how to expand Admin Toolbar in WordPress with a custom URL shortcut with GET parameter, and execute/call custom function code when you click on that URL. WordPress Tricks: How To Add Custom URL Parameter, Custom Button In Admin Dashboard and Execute Custom Function Call First, complete code presented here will […]

How To Change Font @ WordPress Admin Dashboard

How To Change Font @ WordPress Admin Dashboard

This post is now kept for historical & educational purposes. Our plugin is currently at version 2+ featuring much improved code with advanced features. Download it from official WordPress.org plugin repository. In latest WordPress version 4.6 a new admin system font change was introduced, moving away from “traditional” Open-Sans font-face type (introduced back in 3.8). […]