enable_live_network_counts

過濾鉤子
apply_filters( 'enable_live_network_counts', $is_small_network, 'users' )

enable_live_network_counts – 這是WordPress的一個過濾鉤子,用於啟用或禁用實時網路計數。這指的是實時更新網路站點上的文章和評論計數,由於效能原因,可以禁用它。

此篩選器記錄在wp includes/ms-functions.php中。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
if ( ! apply_filters( 'enable_live_network_counts', $is_small_network, 'users' ) ) {
if ( ! apply_filters( 'enable_live_network_counts', $is_small_network, 'users' ) ) {
if ( ! apply_filters( 'enable_live_network_counts', $is_small_network, 'users' ) ) {

常見問題

FAQs
檢視更多 >