Track and display post views. <?php function track_post_views($post_id) { if (!is_single()) return; if (empty($post_id)) {…

Add Custom User Meta Field. <?php function add_custom_user_meta_field($user) { ?> <h3>Custom Meta Field</h3> <table class="form-table">…