Fix local env.

This commit is contained in:
StevenDufresne 2024-09-20 12:13:26 +09:00
parent 19b3897514
commit 6b7fb7f37c
8 changed files with 2556 additions and 574 deletions

16
env/0-sandbox.php vendored Normal file
View file

@ -0,0 +1,16 @@
<?php
/*
* These are stubs for closed source code, or things that only apply to local environments.
*/
defined( 'WPINC' ) || die();
define( 'WPORG_SUPPORT_FORUMS_BLOGID', 419 );
require_once WPMU_PLUGIN_DIR . '/wporg-mu-plugins/mu-plugins/loader.php';
/**
* Stub.
*/
function bump_stats_extra( $name, $value, $views = 1 ) {
}