A8c_Mc_Stats::do_server_side_stats() – Pings the stats server for the current stats and empty the stored stats from the object
A8c_Mc_Stats::do_stats() – Outputs the tracking pixels for the current stats and empty the stored stats from the object
Actions::do_cron_sync_by_type() – Try to send actions until we run out of things to send, or have to wait more than 15s before sending again, or we hit a lock or some other sending issue
Actions::get_debug_details() – Helper function to get details as to why sync is not allowed, if it is not allowed.
Client::_stringify_data() – Takes an array or similar structure and recursively turns all values into strings. This is used to make sure that body hashes are made ith the string version, which is what will be seen after a server pulls up the data in the $_POST array.
Constants::is_defined() – Checks if a "constant" has been set in constants Manager, and if not, checks if the constant was defined with define( ‘name’, ‘value ).
Container::register_shared_dependencies() – Registers all of the dependencies that are shared between all instances of the autoloader.
csstidy_optimise::discard_invalid_selectors() – Removes invalid selectors and their corresponding rule-sets as defined by 4.1.7 in REC-CSS2. This is a very rudimentary check and should be replaced by a full-blown parsing algorithm or regular expression
csstidy_optimise::dissolve_4value_shorthands() – Dissolves properties like padding:10px 10px 10px to padding-top:10px;padding-bottom:10px;.
csstidy_print::get_diff() – Get difference between the old and new code in bytes and prints the code if necessary.
Defaults::get_callable_whitelist() – Get the whitelist of callables allowed to be managed via the JSON API.
Defaults::get_comment_meta_whitelist() – Filter the list of post meta data that are manageable via the JSON API.
Defaults::get_constants_whitelist() – Filter the list of WordPress options that should be synced without content
Defaults::get_options_contentless() – Filter the list of WordPress options that are manageable via the JSON API.
Defaults::get_post_meta_whitelist() – Filter the list of multisite callables that are manageable via the JSON API.