| Current Path : /home/dtconseimw/www.2025.hack/wp-content/plugins/give/includes/admin/shortcodes/ |
| Current File : /home/dtconseimw/www.2025.hack/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 ) );