enable_update_services_configuration

过滤钩子
apply_filters( 'enable_update_services_configuration', true )

enable_update_services_configuration – 这是WordPress中的一个过滤器钩子,用于启用或禁用更新服务配置。更新服务指的是用来通知搜索引擎你的网站的更新的外部服务,这个钩子可以用来启用或禁用它们。

此筛选器记录在wp-admin/options-wiring.php。

if ( apply_filters( 'enable_update_services_configuration', true ) ) {

常见问题

FAQs
查看更多 >