Where can I find GeoDirectory Developers for hire?

If you need to hire one or more GeoDirectory Developers to customize your website, make sure to visit this directory of GeoDirectory developers for hire.

You will find Full Stack developers, Front end developers, Back end developers, Implementers and SEOs.

If you have a great experience with a developer, please don’t hesitate to give him a great review. If you had problems with one of them, you can get in touch with us directly and we will try to help negotiate a favorable solution. If that doesn’t happen, they’ll deserve your negative review.

Add licensing to your GD Addon

The aim of this post is to give 3rd party developers a way to add licensing to their GD Addons so they can be sold and updated via the GeoDirectory servers.

The process of adding licensing to a product is relatively very simple and can be done in only two steps:

#1 Add the required file to your addon: https://gist.github.com/Stiofan/d97f5e74d59bdfdd3199

#2 Then add this code to the near top of your main plugin file:
Replacing the following variables in the function call with your own, you can see explinations of what they are in the code comments, the most important one is the $download_id, you get this id once you add your addon to our site for sale.

It’s that simple, the same update file is used in all our addons that is why we surround it with if(!class_exists(‘GD_Plugin_Updater’)) and you should too.