'Below posts',
'id' => 'below_posts',
'before_widget' => '
',
'after_widget' => '
',
'before_title' => '',
'after_title' => '
',
) );
} );
add_action( 'admin_init', function () {
add_settings_section( 'section-link', 'Links', null, 'theme-options' );
global $links;
foreach ( $links as $link ) {
$id = $link . '_url';
add_settings_field( $id, ucfirst( $link ) . ' Url', function () use ( $id ) { ?>
Theme Panel