Call Action


add_action('my_text_action', 'my_test_function');
function my_test_function( $data ){
    update_option( 'test_form_option', $data );
}