wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



get_background_image › WordPress Function

Depuis3.0.0
Dépréciéen/a
get_background_image ( Pas de paramètres )
Retourne:
  • (string)
Défini(e) dans:
Codex:

Retrieves background image for custom background.



Source

function get_background_image() {
	return get_theme_mod( 'background_image', get_theme_support( 'custom-background', 'default-image' ) );
}