Bitcoin and Altcoin Wallets 6.2.5

dashboard.php

Displays useful statistics in the admin dashboard.

Tags
since
6.0.0

Introduced.

author

Alexandros Georgiou info@dashed-slug.net

Table of Contents

db_wallets_cb()  : mixed
db_currencies_cb()  : mixed
db_txs_cb()  : mixed
db_migration_cb()  : mixed
db_debug_cb()  : mixed
wp_get_cache_type()  : string
Attempts to determine which object cache is being used.

Functions

db_wallets_cb()

db_wallets_cb() : mixed
Return values
mixed

db_currencies_cb()

db_currencies_cb() : mixed
Return values
mixed

db_txs_cb()

db_txs_cb() : mixed
Return values
mixed

db_migration_cb()

db_migration_cb() : mixed
Return values
mixed

db_debug_cb()

db_debug_cb() : mixed
Return values
mixed

wp_get_cache_type()

Attempts to determine which object cache is being used.

wp_get_cache_type() : string

Note that the guesses made by this function are based on the WP_Object_Cache classes that define the 3rd party object cache extension. Changes to those classes could render problems with this function's ability to determine which object cache is being used.

This function is shamelessly stolen from wp-cli.

Tags
link
https://github.com/wp-cli/wp-cli/blob/v2.4.1/php/utils-wp.php#L209-L273
suppress

PhanUndeclaredClassInstanceof

Return values
string

Search results