Fatal Error in Functions php points to cptui
-
Here’s the log that I’m getting causing the error.
Fatal error: /home2/tulalipl/public_html/wp-content/themes/the-language-of-puget-sound/functions.php on line 233
Here’s the code section. Starting with Line 232
function my_cptui_featured_image_support() {
$cptui_post_types = cptui_get_post_type_slugs();
add_theme_support( ‘post-thumbnails’, $cptui_post_types );
}
add_action( ‘after_setup_theme’, ‘my_cptui_featured_image_support’ );The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Fatal Error in Functions php points to cptui’ is closed to new replies.