实现这一点的快捷方法是编辑版本。例如,如果版本号为1.1.2,请编辑使其成为100.1.2。因此,除非插件达到版本100.1.2,否则插件不会要求您进行自我更新。您可以在插件主php文件中编辑此版本号。
<?php
/**
* Plugin Name: Name Of The Plugin
* Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates
* Description: A brief description of the Plugin.
* Version: 100.1.2
* Author: Name Of The Plugin Author
* Author URI: http://URI_Of_The_Plugin_Author
* License: A "Slug" license name e.g. GPL2
*/