Add stub for bump_stats_extra().

This commit is contained in:
Ian Dunn 2022-07-28 09:23:23 -07:00
parent ce43d6952a
commit cdd7e0b383
No known key found for this signature in database
GPG key ID: 99B971B50343CBCB
3 changed files with 17 additions and 0 deletions

15
.env/0-sandbox.php Normal file
View file

@ -0,0 +1,15 @@
<?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 ) {
}
}