five-for-the-future/.env/0-sandbox.php
2023-11-03 17:26:09 -07:00

17 lines
334 B
PHP

<?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 ) {
}