'TallyKit', 'slug' => 'tallykit', 'required' => false, ); return $plugins; } /* Edit ThemeOption -------------------------------------------------------*/ function tally_child_option_editing_filter($custom_settings){ $custom_settings['settings']['info_phone'] = array( 'id' => 'info_phone', 'label' => __('Phone/Mobile Numeber', 'tally_child_textdomain'), 'desc' => 'Phone : 000 000 0000', 'std' => tally_option_std('info_phone'), 'type' => 'text', 'section' => 'header', 'rows' => '', 'post_type' => '', 'taxonomy' => '', 'class' => '', 'choices' => '', ); $custom_settings['settings']['info_email'] = array( 'id' => 'info_email', 'label' => __('Email', 'tally_child_textdomain'), 'desc' => 'Email : info@yourdomain.com', 'std' => tally_option_std('info_email'), 'type' => 'text', 'section' => 'header', 'rows' => '', 'post_type' => '', 'taxonomy' => '', 'class' => '', 'choices' => '', ); return $custom_settings; }