five-for-the-future/.env/0-sandbox.php

27 lines
466 B
PHP
Raw Normal View History

2022-07-28 19:23:23 +03:00
<?php
/*
* These are stubs for closed source code, or things that only apply to local environments.
*/
namespace {
defined( 'WPINC' ) || die();
define( 'WPORG_SUPPORT_FORUMS_BLOGID', 419 );
2022-07-28 19:23:23 +03:00
/**
* Stub.
*/
function bump_stats_extra( $name, $value, $views = 1 ) {
}
}
namespace WordPressdotorg\MU_Plugins\Helpers {
/**
* Stub.
*/
function natural_language_join( array $list, $conjunction = 'and' ): string {
return implode( ', ', $list );
}
}