mirror of
https://ghproxy.net/https://github.com/fairpm/fair-plugin.git
synced 2025-09-04 10:32:01 +08:00
Signed-off-by: costdev <79332690+costdev@users.noreply.github.com> Signed-off-by: Colin Stewart <79332690+costdev@users.noreply.github.com> Co-authored-by: Andy Fragen <andy@thefragens.com>
14 lines
183 B
PHP
14 lines
183 B
PHP
<?php
|
|
/**
|
|
* Prevents calls to the WordPress.org API for the default repository.
|
|
*
|
|
* @package FAIR
|
|
*/
|
|
|
|
namespace FAIR\Repositories;
|
|
|
|
/**
|
|
* Bootstrap.
|
|
*/
|
|
function bootstrap() {
|
|
}
|