On/Off Feature not working
-
I have an on/off feature that I’d like to use to turn on some back end custom SEO plugin features. However this code doesn’t seem to work:
if ( function_exists( 'ot_get_option' ) ) { if ( ot_get_option('seo_module') == "on" ) { require_once( get_template_directory() . '/framework/extended/seo-module/seo_module.php' ); } }
Am I missing something?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘On/Off Feature not working’ is closed to new replies.