????JFIF??x?x????'
Server IP : 104.21.96.1 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/tempvsty/pontiacques.org/wp-content/plugins/easy-media-gallery/includes/js/func/ |
Upload File : |
(function() { tinymce.create('tinymce.plugins.emgbutton', { init : function(ed, url) { ed.addButton('emgbutton', { title : 'Easy Media Gallery', image : url+'/../../images/easymedia-32x32.png', onclick : function() { var posts = prompt("Number of Media ( Leave empty to show all ) ", "4"); if (posts != null && posts != '') ed.execCommand('mceInsertContent', false, '[easy-media posts="'+posts+'"]'); else ed.execCommand('mceInsertContent', false, null); } }); }, createControl : function(n, cm) { return null; }, getInfo : function() { return { longname : "Easy Media Gallery", author : 'Konstantinos Kouratoras', authorurl : 'http://www.kouratoras.gr', infourl : 'http://wp.smashingmagazine.com', version : "1.0" }; } }); tinymce.PluginManager.add('emgbutton', tinymce.plugins.emgbutton); })();