wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



get_background_image › WordPress Function

Da3.0.0
Deprecaton/a
get_background_image ( Nessun parametro )
Ritorna:
  • (string)
Definito a:
Codex:

Retrieves background image for custom background.



Sorgenti

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