enable_loading_object_cache_dropin

過濾鉤子
apply_filters( 'enable_loading_object_cache_dropin', true )

enable_loading_object_cache_dropin – 這是WordPress的一個過濾鉤子,用於啟用或禁用載入object-cache.php外掛。object-cache.php drop-in是用來給網站增加額外的快取功能的,這個鉤子可以用來禁用它。

篩選是否啟用object-cache.php外掛的載入。

此篩選器在外掛使用之前執行。它是為非web執行時設計的。如果返回false,則永遠不會載入object-cache.php。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
if ( $first_init && apply_filters( 'enable_loading_object_cache_dropin', true ) ) {
if ( $first_init && apply_filters( 'enable_loading_object_cache_dropin', true ) ) {
if ( $first_init && apply_filters( 'enable_loading_object_cache_dropin', true ) ) {

常見問題

FAQs
檢視更多 >