HEX
Server: LiteSpeed
System: Linux server.zepintelhosting.com 4.18.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User: enamadmin (1026)
PHP: 8.2.30
Disabled: exec,system,passthru,shell_exec,proc_open,popen,apache_child_terminate
Upload Files
File: /home/enamadmin/www/wp-content/plugins/youtube-embed-plus/scripts/epyt_mce_wizard_button.js
(function ($)
{
    // https://github.com/WordPress/gutenberg/issues/10509
    if ($('body').hasClass('block-editor-page'))
    {
        tinymce.PluginManager.add('epyt_mce_wizard_button', function (editor, url)
        {
            editor.addButton('epyt_mce_wizard_button', {
                title: 'YouTube Wizard',
                icon: 'icon epyt_mce_wizard_button--icon',
                onclick: function () // mousedown? touch?
                {
                    try
                    {
                        window._EPYTA_.mceBookmark = editor.selection.getBookmark(2, true);
                    }
                    catch (err)
                    {
                    }
                    setTimeout(function ()
                    {
                        tb_show('YouTube Wizard', window._EPYTA_.wizhref);
                        window._EPYTA_.widen_ytprefs_wiz();
                    }, 600);
                }
            });
        });
    }
})(jQuery);