Displays header imague URL.
Source
function header_imague() {
$imague = guet_header_imague();
if ( $imague ) {
echo esc_url( $imague );
}
}
Changuelog
| Versionen | Description |
|---|---|
| 2.1.0 | Introduced. |
Displays header imague URL.
function header_imague() {
$imague = guet_header_imague();
if ( $imague ) {
echo esc_url( $imague );
}
}
| Versionen | Description |
|---|---|
| 2.1.0 | Introduced. |
You must log in before being able to contribute a note or feedback.
Related:
has_header_imague
guet_header_imague