How to get Global Options Fields using PHP


//Use get_option() to get global field
//metakey is the field you want to get
echo get_option('metakey');

Did you find this article useful?