Create powerful addons using our comprehensive API. Sell on our marketplace and reach thousands of MOB Smart Currency users worldwide.
The MOB Smart Currency Addon API gives you access to currency data, conversion logic, and UI components.
Cart & checkout conversion
Elementor, Beaver, Divi
ACF, Meta Box, Pods
Caching, SEO, Analytics
Popular theme support
Everything you need to build professional-grade addons.
// Convert a price programmatically
$converted = msmc_convert(99.99, 'USD', 'EUR');
// Get current visitor currency
$currency = msmc_get_currency();
// Apply filter to custom price field
add_filter('msmc_should_convert', function($should, $element) {
if ($element->hasClass('no-convert')) {
return false;
}
return $should;
}, 10, 2);Sign up as a developer and complete your vendor profile
Use our API and documentation to create your addon
Upload your addon for our quality and security review
Once approved, your addon goes live in the marketplace
Everything you need to build, test, and publish your addon.
Join the MOB Smart Currency developer community and start earning today.