mirror of
https://github.com/WenPai-org/bulk-plugin-installer.git
synced 2025-08-03 18:49:46 +08:00
10 lines
218 B
PHP
10 lines
218 B
PHP
|
<?php
|
||
|
/**
|
||
|
* Plugin Update Checker Library 5.3
|
||
|
* http://w-shadow.com/
|
||
|
*
|
||
|
* Copyright 2022 Janis Elsts
|
||
|
* Released under the MIT license. See license.txt for details.
|
||
|
*/
|
||
|
|
||
|
require dirname(__FILE__) . '/load-v5p3.php';
|