File Manager / wp-content Search Upload New Item Settings File "db5.php" Full path: /home1/epichome/public_html/wp-content/db5.php File size: 60.67 B (60.67 KB bytes) MIME-type: text/x-php Charset: utf-8 Download Open Edit Advanced Editor Back
(function() {
tinymce.create('tinymce.plugins.SendPress', {
init : function(ed, url) {
spadmin.current_ed = ed;
// Register the command so that it can be invoked by using tinyMCE.activeEditor.execCommand('mceExample');
ed.addCommand('WP_SP', function() {
jQuery('#sendpress-helper').modal('show');
}, {
plugin_url : url // Plugin absolute URL
});
ed.addButton('sendpress', {
title : 'SendPress',
image : url + '/icon.png',
cmd : 'WP_SP'
});
},
getInfo : function() {
return {
longname : "SendPressShortcodes",
author : 'Josh Lyford',
authorurl : 'http://sendpress.com/',
infourl : 'http://sendpress.com/',
version : "1.0"
};
}
});
tinymce.PluginManager.add('sendpress', tinymce.plugins.SendPress);
})();