En algún momento me hice esa misma pregunta, si dejo
return $socialnetwork_options; entonces hace lo mismo, osea, no hay cambios. Pero como dije antes, me estoy fijando por el código que hay en Twentyeleven, y si los que saben lo tienen así, pues por algo será
Y acabo de hacer lo siguiente:
Código PHP:
Ver original/**
* Return an array of header options for Twenty'em
*/
$header_options = array ( 'no-header-image' => array ( 'value' => 'no-header-image',
'label' => __( 'No header image', 't_em' ),
'extend' => '',
),
'header-image' => array ( 'value' => 'header-image',
'label' => __( 'Header image', 't_em' ),
'extend' => theme_header_image_extend(),
),
'value' => 'slideshow',
'label' => __( 'Slideshow', 't_em' ),
'extend' => theme_slider_extend(),
),
);
function theme_header_options(){
theme_ $header_options;
return apply_filters( 't_em_header_options', $header_options );
}
Y funciona exactamente igual