wordpress发布文章添加确定发布弹窗

wordpress发布文章添加确定发布弹窗

贴一段代码,需要的用户直接添加到function即可

//为WordPress文章发布按钮添加确认对话框

$c_message = '是否确定发布?';
function lxtx_confirm_publish(){
global $c_message;
echo '<script type="text/javascript"><!--
var publish = document.getElementById("publish");
if (publish !== null) publish.onclick = function(){
    return confirm("'.$c_message.'");
};
// --></script>';
}
add_action('admin_footer', 'lxtx_confirm_publish');

原文链接:https://harecms.com/?p=4375,转载请注明出处。
0
分享海报
文章评论下广告位招租
如有链接失效问题请提交工单
没有账号?注册  忘记密码?