I have installed a plugin which has it's own settings page with lots of options that get used by the plugin.
I am trying to get a value from one of the options in that settings page for it to be used in my costume template.
I have seen that you can use get_option(); but this only gets the options that are provided by WordPress.
How can I grab this option so I can check if the check box is checked in that plugin settings page.
thanks in advance.