Question:
First example:
when getting options from the database for a plugin. You'd use
get_option['plugin_optios'].
My question is how do you 'GET' data from another table? Like wp_usemeta.
I want to grab the 'usermeta' and display it on the front of the site. How do I do this?
