function validate_fields( $post_id ){ $int = 0; // set $int to 0 update_option( 'did_it_work', $int ); // Update the option with a value of 0.
確定! 回上一頁