Filter hook 'pre_cache_alloptions'

in WP Core File wp-includes/option.php at line 629

Description

Filters all options before caching them.

Occurrences

Filename Line Number
wp-includes/option.php 629

Parameters

Type Name Description
array $alloptions Array with all options.

PHP Doc

/**
			 * Filters all options before caching them.
			 *
			 * @since 4.9.0
			 *
			 * @param array $alloptions Array with all options.
			 */