Yes there are. We've set put two filters
function BrizyAuthorLicenseActivationData() {
return array(
'market' => 'brizy',
'author' => 'brizy',
'theme_id' => '000000'
);
}
add_filter( 'brizy-pro-license-data', 'BrizyAuthorLicenseActivationData' );
function BrizyAuthorSupportURL() {
return 'https://support.your-site.com';
}
add_filter( 'brizy_support_url', 'BrizyAuthorSupportURL' );
function BrizyAuthorUpgradeToProAff() {
return 'https://brizy.io/pro?your-aff-id';
}
add_filter( 'brizy_upgrade_to_pro_url', 'BrizyAuthorUpgradeToProAff' );
- brizy_support_url will let you change the links that point to our support to yours. You'll be offering support to your clients so it makes sense they come to you to get it.
- brizy_upgrade_to_pro_url will let you put your Brizy affiliate links on all the links that point to our website. This will be useful in case one of your clients decides to upgrade to get the premium design.
You'll get an affiliate % cut of the sale but please keep in mind that you also need to be one of our affiliate partners. This will require to manually apply to become an affiliate.
Find out more about our affiliate program - https://www.brizy.io/affiliates/