Añadir enlace a info
Publicado por Ashlie (1 intervención) el 01/09/2020 19:04:22
Me gustaría añadir un enlace a Info. Linea esc_html__( 'Info', 'hestia' ),
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
public function bottom_footer_content() {
$hestia_general_credits = get_theme_mod(
'hestia_general_credits',
sprintf(
/* translators: %1$s is Theme Name, %2$s is WordPress */
esc_html__( '%1$s | Developed by %2$s', 'hestia' ),
esc_html__( 'Info', 'hestia' ),
/* translators: %1$s is URL, %2$s is WordPress */
sprintf(
'<a href="%1$s" rel="nofollow">%2$s</a>',
esc_url( __( 'https://web.es', 'hestia' ) ),
'La Bamba'
)
)
);
Valora esta pregunta


0