Good, has an nonce check. function ajax_process() { check_ajax_referer( 'something' ); update_post_meta( (int) $_POST['id'], 'a_key', $_POST['a_value'] ); ...
確定! 回上一頁