enable_update_services_configuration

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

enable_update_services_configuration – 這是WordPress中的一個過濾器鉤子,用於啟用或禁用更新服務配置。更新服務指的是用來通知搜尋引擎你的網站的更新的外部服務,這個鉤子可以用來啟用或禁用它們。

此篩選器記錄在wp-admin/options-wiring.php。

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

常見問題

FAQs
檢視更多 >