HEX
Server: LiteSpeed
System: Linux premium221.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
User: madepabj (2566)
PHP: 8.3.26
Disabled: NONE
Upload Files
File: //home/madepabj/gamepointpk.com/wp-content/plugins/groovy-functions/shortcodes/tinymce.js
(function() {
    editor = tinymce.PluginManager.add('epcl_shortcodes', function( editor, url ) {
        console.log(editor);
        console.log(url);
        editor.addButton( 'epcl_shortcodes', {
            // text: 'EP Shortcodes',
            icon: 'epcl-shortcode-button',
            type: 'button',
            title: 'EstudioPatagon Shortcodes',
            onclick: function() {
                editor.windowManager.open( {
                    title: 'EstudioPatagon Shortcodes',
                    width: ( jQuery(window).width() < 720 ) ? jQuery(window).width() : 850,
                    height: ( jQuery(window).height() < 720 ) ? jQuery(window).height() : 720,
                    url: url+'/lightbox/',
                    onsubmit: function( e ) {

                    },
                    custom_param: 'asd=1'
                });
            }
        });
    });
})();