如何清理通过浏览器发布的JS和CSS代码?

时间:2019-06-30 11:07:37

标签: php wordpress

我想知道标准方法。到目前为止,这是我的代码:

if ( isset($_POST['acs_editor_css']) ) {
    update_post_meta($post_id, 'acs_editor_css',  $_POST['acs_editor_css']);
}


if ( isset($_POST['acs_editor_js']) ) {
    update_post_meta($post_id, 'acs_editor_js',  $_POST['acs_editor_js']);
}

0 个答案:

没有答案