HEX
Server: nginx/1.26.1
System: Linux 850a3e23ecee 5.15.0-122-generic #132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024 x86_64
User: (1000)
PHP: 8.2.27
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/foxtool/link/tinyMCE/shortcode/plugin.min.js
(function() {
        tinymce.PluginManager.add('foxtool_dropbutton', function( editor, url ) {
           editor.addButton( 'foxtool_dropbutton', {
                 text: 'Foxtool',
                 icon: 'wp_code',
                 type: 'menubutton',
                 menu: [
                       {
                        text: 'VIP',
						icon: 'wp_code',
                        onclick: function() {
                           editor.insertContent('[vip] Content [/vip]');
                                  }
                        },
						{
                        text: 'SIGN',
						icon: 'wp_code',
                        onclick: function() {
                           editor.insertContent('[sign]');
                                 }
                       },
					   {
                        text: 'TITDAY',
						icon: 'wp_code',
                        onclick: function() {
                           editor.insertContent('[titday]');
                                 }
                       },
					   {
                        text: 'TITMONTH',
						icon: 'wp_code',
                        onclick: function() {
                           editor.insertContent('[titmonth]');
                                 }
                       },
					   {
                        text: 'TITYEAR',
						icon: 'wp_code',
                        onclick: function() {
                           editor.insertContent('[tityear]');
                                 }
                       },
					   {
                        text: 'GGET',
						icon: 'wp_code',
                        onclick: function() {
                           editor.insertContent('[gget url="Link"/]');
                                 }
                       },
					   {
                        text: 'GGET NAME',
						icon: 'wp_code',
                        onclick: function() {
                           editor.insertContent('[gget url="Link"] Name [/gget]');
                                 }
                       },
					   {
                        text: 'GGET AFF',
						icon: 'wp_code',
                        onclick: function() {
                           editor.insertContent('[gget aff="Link" url="Link"] Name [/gget]');
                                 }
                       },
                       ]
              });
        });
})();