Your IP : 216.73.216.95


Current Path : /var/www/html/soar-backup/wp-content/plugins/give/includes/admin/shortcodes/
Upload File :
Current File : /var/www/html/soar-backup/wp-content/plugins/give/includes/admin/shortcodes/mce-plugin.js

( function( tinymce ) {
	tinymce.PluginManager.add(
		'give_shortcode',
		function( editor ) {
			editor.addCommand(
				'Give_Shortcode',
				function() {
					if ( window.scForm ) {
						window.scForm.open( editor.id );
					}
				}
			);
		}
	);
}( window.tinymce ) );