Title: Tipster TAP
Author: todoapuestas
Published: <strong>2014 年 9 月 18 日</strong>
Last modified: 2021 年 11 月 25 日

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://s.w.org/plugins/geopattern-icon/tipster-tap.svg)

# Tipster TAP

 作者：[todoapuestas](https://profiles.wordpress.org/todoapuestas/)

[下载](https://downloads.wordpress.org/plugin/tipster-tap.zip)

 * [详情](https://cn.wordpress.org/plugins/tipster-tap/#description)
 * [评价](https://cn.wordpress.org/plugins/tipster-tap/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/tipster-tap/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/tipster-tap/#developers)

 [支持](https://wordpress.org/support/plugin/tipster-tap/)

## 描述

This plugin is to manage tipsters and picks.

### Arbitrary section

Must have installed [Rest Client TAP](https://www.wordpress.org/plugins/rest-client-tap)
plugin version 1.0 o later.

### Updates

The basic structure of this plugin was cloned from the [WordPress-Plugin-Boilerplate](https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate)
project.
 This plugin supports the [GitHub Updater](https://github.com/afragen/github-updater)
plugin, so if you install that, this plugin becomes automatically updateable direct
from GitHub. Any submission to WP.org repo will make this redundant.

## 安装

This section describes how to install the plugin and get it working.

#### Using The WordPress Dashboard

 1. Navigate to the ‘Add New’ in the plugins dashboard
 2. Search for ‘tipster-tap’
 3. Click ‘Install Now’
 4. Activate the plugin on the Plugin dashboard

#### Uploading in WordPress Dashboard

 1. Navigate to the ‘Add New’ in the plugins dashboard
 2. Navigate to the ‘Upload’ area
 3. Select `tipster-tap.zip` from your computer
 4. Click ‘Install Now’
 5. Activate the plugin in the Plugin dashboard

#### Using FTP

 1. Download `tipster-tap.zip`
 2. Extract the `tipster-tap` directory to your computer
 3. Upload the `tipster-tap` directory to the `/wp-content/plugins/` directory
 4. Activate the plugin in the Plugin dashboard

## 常见问题

Nothing for now

## 评价

此插件暂无评价。

## 贡献者及开发者

「Tipster TAP」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ todoapuestas ](https://profiles.wordpress.org/todoapuestas/)
 *   [ Alain Sanchez ](https://profiles.wordpress.org/mrbrazzi/)

[帮助将「Tipster TAP」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/tipster-tap)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/tipster-tap/)，查看[SVN仓库](https://plugins.svn.wordpress.org/tipster-tap/)，
或通过[RSS](https://plugins.trac.wordpress.org/log/tipster-tap/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/tipster-tap/)。

## 更新日志

#### 4.2.2

 * Added troubleshooting page
 * Added some minor improvements
 * Fixed errors detected

#### 4.2.1

 * Tested up to WordPress 5.8.1
 * Added some minor improvements
 * Fixed errors detected

#### 4.2.0

 * Tested up to WordPress 5.5.3
 * Added some minor improvements

#### 4.1.1

 * Added some fixes

#### 4.1

 * Tested up to WordPress 5.4.2
 * Added some fixes

= 4.0
 * Improved manage picks * Added multiples improvements

#### 3.7

 * Tested up to WordPress 4.9.4
 * Added some improvements

#### 3.6

 * Added some missing validations

#### 3.5

 * Fixed bug when calculate accumulated tipster’s information
 * Deleted @deprecated methods

#### 3.4

 * Fixed some minor bugs

#### 3.2

 * Tested up to WordPress 4.9.2
 * Use Rest Client TAP actions and filters to access TodoApuestas’s API services
 * Added multiple improvements

#### 3.0

 * This is a major release, update as son as possible
 * Tested up to WordPress 4.9.1
 * Added a table to save picks
 * Improved tipster statistics calculation
 * Improved tipster yield history calculation
 * Added validation to pick’s post_meta
 * Added validation to tipster’s post_meta
 * Added backend page to migrate pick’s meta information to the new picks table
 * Added backend page to update and see tipster’s statistics
 * Added @deprecated to old methods
 * Added multiple improvements
 * Deleted unnecessary code

#### 2.6

 * Improved custom meta box with CMB2 plugin
 * Improved pick result edit using quick edit metabox
 * Tested up to WordPress 4.6.1
 * Deleted unnecessary files

#### 2.5.1

 * Added `ignore_sticky_posts` in filter `tipster_tap_get_tipster_picks`
 * Tested up to WordPress 4.5.3

#### 2.5

 * Added multiples improvements

#### 2.4.6

 * Added some improvements
 * Tested up to WordPress 4.5.3

#### 2.4.5

 * Added some improvements
 * Fixed some bugs detected

#### 2.4.4

 * Fixed bug detected

#### 2.4.3

 * Added some improvements
 * Fixed some bugs detected
 * Tested up to WordPress 4.5.2

#### 2.4.2

 * Added some improvements

#### 2.4.1

 * Tested up to WordPress 4.4

#### 2.4.0

 * Added some improvements

#### 2.3.2

 * Added some minor changes

#### 2.3.1

 * Added some minor changes

#### 2.3.0

 * Added some improvements

#### 2.2.2

 * Fixed some bugs detected

#### 2.2.1

 * Fixed a bug detected in remote sync process

#### 2.2.0

 * Added support for namespaces

#### 2.1.1

 * Added some minor changes

#### 2.1.0

 * Added support for TAP Api REST’s services through OAuth authentication/authorization

#### 2.0.1

 * Fixed a bug detected in update picks information process

#### 2.0.0

 * Added support for TAP Api REST’s services

#### 1.1.6

 * Added function to create statistics table on plugin installation

#### 1.1.5

 * Added to delete all metadata when post’s metadata `_post_tipo_publicacion` equal`
   post` in `save_post` function of `admin/class-tipster-tap-admin.php` file

#### 1.1.4

 * Fixed a bug detected in `__construct` function of `admin/class-tipster-tap-admin.
   php` file
 * Added check for post’s status `published` in `save_post` function of `admin/class-
   tipster-tap-admin.php` file

#### 1.1.3

 * Fixed a bug detected in `save_post` function of `admin/class-tipster-tap-admin.
   php` file

#### 1.1.2

 * Fixed a bug detected in `admin/view/update-picks-information.php` file

#### 1.1.1

 * Fixed a bug detected in `admin/views/admin.php` file
 * Deleted unnecessary files and code lines

#### 1.1.0

 * Updated some Pick’s metabox fields.
 * Created a plugin option page to upgrade Pick information to the new postmeta 
   definitions.

#### 1.0

 * Initial release.

## 额外信息

 *  版本 **4.2.2**
 *  最后更新：**5 年前**
 *  活跃安装数量 **20+**
 *  WordPress 版本 ** 5.5 或更高版本 **
 *  已测试的最高版本为 **5.8.13**
 *  语言
 * [English (US)](https://wordpress.org/plugins/tipster-tap/)
 * 标签
 * [picks](https://cn.wordpress.org/plugins/tags/picks/)[tipster](https://cn.wordpress.org/plugins/tags/tipster/)
 *  [高级视图](https://cn.wordpress.org/plugins/tipster-tap/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/tipster-tap/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/tipster-tap/reviews/)

## 贡献者

 *   [ todoapuestas ](https://profiles.wordpress.org/todoapuestas/)
 *   [ Alain Sanchez ](https://profiles.wordpress.org/mrbrazzi/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/tipster-tap/)

## 捐助

您愿意支持这个插件的发展吗?

 [ 捐助此插件 ](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=brazzisoft.com@gmail.com&lc=US&item_name=For%20improve%20Wordpress%20plugin%20Tipster%20TAP&currency_code=USD&no_note=0&bn=PP-DonationsBF:btn_donateCC_LG.gif:NonHostedGuest)