Yoast\WP\SEO\Integrations\Admin
Admin_Columns_Cache_Integration::maybe_fill_cache() public Yoast 1.0
Makes sure we calculate all values in one query by filling our cache beforehand.
{} Это метод класса: Admin_Columns_Cache_Integration{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$Admin_Columns_Cache_Integration = new Admin_Columns_Cache_Integration(); $Admin_Columns_Cache_Integration->maybe_fill_cache( $target );
- $target(строка) (обязательный)
- Extra table navigation location which is triggered.
Код Admin_Columns_Cache_Integration::maybe_fill_cache() Admin Columns Cache Integration::maybe fill cache Yoast 15.6.2
public function maybe_fill_cache( $target ) {
if ( $target === 'top' ) {
$this->fill_cache();
}
}