$section, 'title' => __('Information', 'affilivice'), 'priority' => '10', ); $options['blogname'] = array( 'transport' => 'postMessage', ); $options['blogdescription'] = array( 'transport' => 'postMessage', ); $options['affvc-information-copyright-text'] = array( 'id' => 'affvc-information-copyright-text', 'label' => __('Copyright', 'affilivice'), 'section' => $section, 'priority' => '11', 'type' => 'text', 'default' => 'Copyright © ' . date('Y'), 'transport' => 'postMessage', ); $options['affvc-information-logo'] = array( 'id' => 'affvc-information-logo', 'label' => __('Logo', 'affilivice'), 'description' => __('Upload a logo for your site. The recommend size is 400x100 pixels, but you can use any size.', 'affilivice'), 'priority' => '12', 'section' => $section, 'type' => 'upload', 'default' => '', ); $options['affvc-information-logo-retina'] = array( 'id' => 'affvc-information-logo-retina', 'label' => __('Logo (Retina)', 'affilivice'), 'description' => __('Upload a retina logo for your site. The recommend size is 800x200 pixels, which is 2 times larger than the regular logo.', 'affilivice'), 'priority' => '13', 'section' => $section, 'type' => 'upload', 'default' => '', ); $options['sections'] = $sections; return $options; } }