• 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

    (@clickmac)

    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.