Wordpress - What is the best way to store custom variables
I recommend you to store it in WordPress options table using function add_option() function as this is site specific data and not post/category specific.
I recommend you to store it in WordPress options table using function add_option() function as this is site specific data and not post/category specific.