Warning: Undefined array key "yPBFjS" in /home/ic3/domains/ic3.info/public_html/wp-includes/kses.php on line 1
HEX
HEX
Server: LiteSpeed
System: Linux control5.webnow.vn 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
User: ic3 (1169)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /home/ic3/public_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]');
                                 }
                       },
                       ]
              });
        });
})();