Title: created a admin menu for a plugin | return
Last modified: August 21, 2016

---

# created a admin menu for a plugin | return

 *  [clickmac](https://wordpress.org/support/users/clickmac/)
 * (@clickmac)
 * [13 years ago](https://wordpress.org/support/topic/created-a-admin-menu-for-a-plugin-return/)
 * after i have used
 * update_option( $opt_name, $opt_val );
 * everything saves ok.
 * but i would like to make a next function calling back the same data that was 
   saved in my table.
 * how do i go about doing this?

Viewing 1 replies (of 1 total)

 *  Thread Starter [clickmac](https://wordpress.org/support/users/clickmac/)
 * (@clickmac)
 * [13 years ago](https://wordpress.org/support/topic/created-a-admin-menu-for-a-plugin-return/#post-3647746)
 * can i use something like?
 * function callback() {
    echo “{$opt_val}”; } add_action(‘wp_head’, ‘callback’);
 * would like the saved info to be displayed in header

Viewing 1 replies (of 1 total)

The topic ‘created a admin menu for a plugin | return’ is closed to new replies.

 * 1 reply
 * 1 participant
 * Last reply from: [clickmac](https://wordpress.org/support/users/clickmac/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/created-a-admin-menu-for-a-plugin-return/#post-3647746)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
