PHP Класс VIP_Suspend_Cache_Invalidation, vip-mu-plugins-public

Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( ) That's what used to work on WPCOM
cron_action ( $tt_id, $taxonomy ) WP Cron even for purging object cache in batches
edit_term_action ( $term_id, $tt_id, $taxonomy ) Restores cache invalidation, after the slow term relationship cache invalidation has been skipped
edited_term_taxonomy_action ( $tt_id, $taxonomy ) Used to suspend cache invalidation, if a term is being edited

Описание методов

__construct() публичный Метод

That's what used to work on WPCOM
public __construct ( )

cron_action() публичный Метод

WP Cron even for purging object cache in batches
public cron_action ( $tt_id, $taxonomy )

edit_term_action() публичный Метод

Restores cache invalidation, after the slow term relationship cache invalidation has been skipped
public edit_term_action ( $term_id, $tt_id, $taxonomy )

edited_term_taxonomy_action() публичный Метод

Used to suspend cache invalidation, if a term is being edited
public edited_term_taxonomy_action ( $tt_id, $taxonomy )