function.phpに以下の記述を追加
function filter_hide_update_notice($data) {
  if (isset($data->response['[プラグインフォルダ名]/[プラグインファイル名].php'])) {
    unset($data->response['[プラグインフォルダ名]/[プラグインファイル名].php']);
  }
  return $data;
}
add_filter('site_option__site_transient_update_plugins', 'filter_hide_update_notice');

latest post

0