@@ -16,14 +16,19 @@ function __construct() {
1616 ->add_tab (__ ('General ' ), array (
1717 Field::make ('text ' , self ::$ prefix .'front_page_title ' , 'Front Page Title Tag ' )
1818 ->help_text ('Setting this will override the <tt><title></tt> tag on the front page. ' ),
19+ Field::make ('checkbox ' , self ::$ prefix .'remove_emoji_code ' , 'Remove Emoji Code From Page Headers ' )
20+ ->help_text ('Checking this box will remove the default Emoji code from page headers. ' ),
1921 Field::make ('text ' , self ::$ prefix .'email ' , 'Your E-mail Address ' )
2022 ->set_attribute ('type ' , 'email ' )
21- ->help_text ('This input is an HTML5 <tt>email</tt> type. ' ),
23+ ->help_text ('This input field is an HTML5 <tt>email</tt> type. ' ),
24+ Field::make ('text ' , self ::$ prefix .'web_site_url ' , 'Web Site Address ' )
25+ ->set_attribute ('type ' , 'url ' )
26+ ->set_default_value ( site_url () )
27+ ->help_text ('This input field is an HTML5 <tt>url</tt> type. ' ),
2228 Field::make ('text ' , self ::$ prefix .'phone ' , 'Phone Number ' )
2329 ->set_attribute ('type ' , 'tel ' ),
2430 Field::make ('date_time ' , self ::$ prefix .'date_time ' , 'Date & Time ' ),
25- Field::make ('checkbox ' , self ::$ prefix .'checkbox ' , 'Disable New Registrations ' )->set_option_value (1 )->set_default_value (1 ),
26- Field::make ('radio ' , self ::$ prefix .'radio ' , 'Subtitle text style ' )
31+ Field::make ('radio ' , self ::$ prefix .'radio ' , 'Subtitle Font Style ' )
2732 ->add_options (array (
2833 'em ' => 'Italic ' ,
2934 'strong ' => 'Bold ' ,
0 commit comments