Tagged Questions
0
votes
1answer
792 views
store simple data in get_option()
I am trying to store simple data, a few links inside wp_options. Basically using the following way: update_option( 'simple_links', '<a href="">link 1</a>' );
my question is if it is ...