Note: Tumblr now already included in the default Customizr social links. In your child theme functions.php add this simple snippet: add_filter('tc_default_socials', 'add_new_socials', 20); function add_new_socials($socials){ $new_socials = array( //tc_yoursocial => array 'tc_tumbl...
text – a simple text input field. select – a drop down menu field. rich_editor – a tinymce text editor field. For our sample gateway, we are going to register three new setting fields: one for a section header, one for a live API key, and one for a test API key. ...