wp_using_ext_object_cache

Advertisement

Summery Summery

Toggle $_wp_using_ext_object_cache on and off without directly touching global.

Syntax Syntax

wp_using_ext_object_cache( bool $using = null )

Parameters Parameters

$using

(Optional) Whether external object cache is being used.

Default value: null

Return Return

(bool) The current 'using' setting.

Source Source

File: wp-includes/load.php

		'count'            => '%d',
		'object_id'        => '%d',
		'term_order'       => '%d',
		'ID'               => '%d',
		'comment_ID'       => '%d',
		'comment_post_ID'  => '%d',
		'comment_parent'   => '%d',
		'user_id'          => '%d',

Advertisement

Changelog Changelog

Changelog
Version Description
3.7.0 Introduced.

Advertisement

Leave a Reply