HTML - Añadir enlace a info

 
Vista:
sin imagen de perfil
Val: 254
Bronce
Ha mantenido su posición en HTML (en relación al último mes)
Gráfica de HTML

Añadir enlace a info

Publicado por angel (90 intervenciones) el 15/02/2019 18:31:08
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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'
            )
        )
    );
Me gustaría añadir un enlace a Info. Linea esc_html__( 'Info', 'hestia' ),
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder