Prueba1
Prueba
// Register Default Headers function custom_default_headers() { $headers = array( 'Ee' => array( 'description' => __( 'Bvfcdx', 'text_domain' ), 'url' => '', 'thumbnail_url' => '', ), 'E2' => array( 'description' => __( 'Gtfr44', 'text_domain' ), 'url' => '', 'thumbnail_url' => '', ), 'E3' => array( 'description' => __( 'Ddre', 'text_domain' ), 'url' => '', 'thumbnail_url' => '', ), 'E4' => array( 'description' => __( 'Eswa2', 'text_domain' ), 'url' => '', 'thumbnail_url' => '', ), 'E5' => array( 'description' => __( 'Ess', 'text_domain' ), 'url' => '', 'thumbnail_url' => '', ), ); register_default_headers( $headers ); } add_action( 'after_setup_theme', 'custom_default_headers' );