five-for-the-future/.env/0-sandbox.php
2022-08-10 10:25:29 -07:00

25 lines
418 B
PHP

<?php
/*
* These are stubs for closed source code, or things that only apply to local environments.
*/
namespace {
defined( 'WPINC' ) || die();
/**
* 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 );
}
}