' . __( 'Settings', 'awl-tdm' ) . ''; } return $links; } // OPTIONS PAGE function awl_options_page() { $display_add_options = $message = $error = $result = ''; $vtlawl_options = get_option('vtlawl_options'); if(isset($_POST['vtlawl_options_submit']) && check_admin_referer(awl_plugin_folder,'awl_nonce_name')) { /* Update settings */ $vtlawl_options['inline_link'] = isset($_POST['awl_inline_link'])?sanitize_text_field(wp_unslash($_POST['awl_inline_link'])):'disabled'; $vtlawl_options['wplink_styling'] = isset($_POST['awl_wplink_styling'])?$_POST['awl_wplink_styling']:'[]'; //$vtlawl_options['wplink_styling'] = '[{"name":"Button","selector":"button"},{"name":"Button Primary","selector":"button-primary"}]'; if(empty($error)) { update_option( 'vtlawl_options', $vtlawl_options); $message .= __('Settings saved.', 'awl-tdm'); }else{ $error .= " " . __('Settings are not saved.','awl-tdm'); } } ?>

>

>

'; echo ''; echo ''; echo ''; echo ''; $i=1; if(!empty($elements)){ foreach($elements as $key=>$vals){ echo ''; echo ''; echo ''; echo ''; echo ''; $i++; } } ?>

"" by Nico Martin - vir2al websolutions