remove_custom_background()
最后更新于:2021-11-27 21:41:24
remove_custom_background()Remove custom background support.
响应
(null|bool) Whether support was removed.
源文件
文件: gc-includes/deprecated.php
function remove_custom_background() {
_deprecated_function( __FUNCTION__, '3.4.0', 'remove_theme_support( 'custom-background' )' );
return remove_theme_support( 'custom-background' );
}