catchresponsive_get_theme_options
Returns the options array for catchresponsive.
Description
catchresponsive_get_theme_options();
Usage
if ( !function_exists( 'catchresponsive_get_theme_options' ) ) { require_once '/inc/catchresponsive-core.php'; } // NOTICE! Understand what this does before running. $result = catchresponsive_get_theme_options();
Defined (1)
The function is defined in the following location(s).
- /inc/catchresponsive-core.php
- function catchresponsive_get_theme_options() {
- $catchresponsive_default_options = catchresponsive_get_default_theme_options();
- return array_merge( $catchresponsive_default_options , get_theme_mod( 'catchresponsive_theme_options', $catchresponsive_default_options ) ) ;
- }