mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-22 02:53:43 +03:00
16 lines
233 B
PHP
16 lines
233 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 ) {
|
||
|
}
|
||
|
}
|