mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-13 13:55:44 +03:00
Add stub for bump_stats_extra()
.
This commit is contained in:
parent
ce43d6952a
commit
cdd7e0b383
3 changed files with 17 additions and 0 deletions
15
.env/0-sandbox.php
Normal file
15
.env/0-sandbox.php
Normal 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 ) {
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue