// Customizer function forjaelite_customizer($wp_customize){ // Logo $wp_customize->add_setting('logo'); $wp_customize->add_control( new WP_Customize_Image_Control($wp_customize, 'logo', [ 'label' => 'Logo del sitio', 'section' => 'title_tagline', 'settings' => 'logo', ])); // Video de fondo $wp_customize->add_section('hero_section', ['title' => 'Sección Hero']); $wp_customize->add_setting('hero_video', ['default' => '']); $wp_customize->add_control( new WP_Customize_Control($wp_customize, 'hero_video', [ 'label' => 'Video de fondo (URL)', 'section' => 'hero_section', 'type' => 'text', ])); // Texto del Hero $wp_customize->add_setting('hero_title', ['default' => 'Trabaja con nosotros']); $wp_customize->add_control('hero_title', [ 'label' => 'Título Hero', 'section' => 'hero_section', 'type' => 'text', ]); $wp_customize->add_setting('hero_subtitle', ['default' => 'Forma parte de un equipo de alto rendimiento']); $wp_customize->add_control('hero_subtitle', [ 'label' => 'Subtítulo Hero', 'section' => 'hero_section', 'type' => 'text', ]); } add_action('customize_register','forjaelite_customizer'); ?> // Imagen de fondo del Hero $wp_customize->add_setting('hero_image'); $wp_customize->add_control( new WP_Customize_Image_Control( $wp_customize, 'hero_image', array( 'label' => 'Imagen de fondo Hero', 'section' => 'hero_section', 'settings' => 'hero_image', ) ) ); Contraseña perdida ‹ grupoforjaelite.com — WordPress

Contraseña perdida

Funciona gracias a WordPress

Por favor, introduce tu nombre de usuario o dirección de correo electrónico. Recibirás un mensaje de correo electrónico con instrucciones sobre cómo restablecer tu contraseña.

← Ir a grupoforjaelite.com