Useful Links
Our Aim
Freeazio’s goals are to provide innovative digital solutions that enhance productivity, simplify workflows, and support businesses and individuals with cutting-edge tools. They aim to create user-friendly SaaS products
A Step-by-Step Guide to Secure Your Plugins & Themes
VeriLock is an online license manager that protects your plugins and themes from unauthorized use.
Follow this step-by-step guide to integrate VeriLock into your product.
verilock-license.php).your-plugin.php).include_once plugin_dir_path(__FILE__) . 'verilock-license.php';
Example snippet:
public function snow_flakes_add_plugin_page()
{
if (is_plugin_activated6093()) {
add_menu_page(
__('freeazio', 'nr_snow_flakes'),
__('freeazio', 'nr_snow_flakes'),
'manage_options',
'snow-flakes',
array($this, 'snow_flakes_create_admin_page'),
'dashicons-tickets-alt',
100
);
} else {
add_action('admin_notices', function () {
echo '<div class="notice notice-error"><p>
<strong style="color: red;">
Please activate your license.
<a href="' . admin_url('options-general.php?page=license-validator6093') . '" style="color: red;">Activate Now</a>
</strong></p></div>';
});
}
}
Your plugin/theme is now protected with VeriLock.
Only users with a valid license can activate and use it.
💡 Need help? Drop your questions anytime 🚀