WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/remove custom background

Description

Remove custom background support.

Usage

<?php remove_custom_background() ?>

Parameters

None.

Return Values

(boolean) 
Whether support was removed.

Examples

Notes

Change Log

Since: 3.1.0

Source File

remove_custom_background() is located in /wp-includes/theme.php.

Related