WhiteList domains
HTML; } // Update whitelisted domains list function panthro_whitelist_domain_process () { // Check nonce yourls_verify_nonce( 'whitelist_domain' ) ; // Update list $sent_list = serialize($_POST['whitelist_form']); yourls_update_option ( 'panthro_whitelist_domain_list',$sent_list ); echo "White list updated" ; } ?>