Definition:
function twentyeleven_get_theme_options() {}
Returns the options array for Twenty Eleven.
Source code
function twentyeleven_get_theme_options() { return get_option( 'twentyeleven_theme_options', twentyeleven_get_default_theme_options() ); }
14737
No comments yet... Be the first to leave a reply!