New plugin: Sticky Side Buttons

Today I published my 16th free WordPress plugin, Sticky Side Buttons.  The plugin is simple and functional, allowing you to create one or more floating buttons that stick to the side of your site as the user scrolls. Use it for sticking information like phone number, email address, social icons, store locations etc. Why Sticky Side Buttons? The…

Plugin Dev 101- Prefix your Functions

It’s important to use unique and descriptive names for the functions in your plugin.  I’ve been caught out a few times using function names that were far too generic. This resulted in conflict with other plugin/s using the same name. Luckily it’s simple to avoid this boo boo by using a unique prefix for functions.