GIF94;
| Path : /var/www/wordpress/wp-content/plugins/oxygen/plugin/breakdance-oxygen/ |
| Current File : /var/www/wordpress/wp-content/plugins/oxygen/plugin/breakdance-oxygen/default-api-keys.php |
<?php
if (BREAKDANCE_MODE === 'oxygen') {
add_filter(
'breakdance_disable_default_api_keys',
function () {
return true;
}
);
}