Your IP : 216.73.216.171


Current Path : /home/ereika83/www/wp-content/plugins/wpmu-dev-seo/includes/assets/js/es6/
Upload File :
Current File : /home/ereika83/www/wp-content/plugins/wpmu-dev-seo/includes/assets/js/es6/wds-link-format-button.js

import wp from 'wp';
import {link} from './link-format-button';

if (((wp || {}).blockEditor || {}).__experimentalLinkControl) {
	const {registerFormatType, unregisterFormatType} = wp.richText;
	[link].forEach(({name, ...settings}) => {
		unregisterFormatType(name);
		registerFormatType(name, settings);
	});
} else {
	console.log('SmartCrawl: wp.blockEditor.__experimentalLinkControl not found');
}