You can replace the broken functions.php file, recovering it from the original theme package.
From the namespace of your error message I can guess that the theme you are using could be this:
https://wordpress.org/themes/catch-box
Right?
I hope it helps.
Related Posts:
- WordPress does not load page.php, return 404.php
- style.min.css code issue
- Themes with variable width or single columns? I want to display source code
- How to create custom 401, 403 and 500 error pages?
- What is the meaning of %s, %1$s etc.? [closed]
- What is This esc_html_e() i wordpress php?
- WordPress Theme variables scope
- Include WP_Query in my own PHP file?
- esc_attr() right way and use
- Allow Editors to edit pending posts but not draft ones
- WordPress GET parameters causing 404 Not Found
- How to add a class to the attachment images
- why is translation not working on theme?
- Is having multiple theme customizers for different pages possible?
- How to export/import theme customizer settings?
- Why would a GET variable one one page of a site cause a 404 error when a GET variable works on another page of a site?
- Check php version before theme activation
- Separate WordPress themes for each category page
- Detection of theme being used
- Permanently remove first image from posts
- reason of splitting theme files to multiple files
- How can I remove “Proudly powered by WordPress” from twentyeleven without modifying footer.php?
- Has anyone tried putting PHP ActiveRecord on WordPress?
- How to get the registered sidebar’s name by its id?
- Set the transport of the Customizer ‘header_image’ core setting to ‘postMessage’
- One button to change all settings in theme customizer?
- Question about repurposing WordPress 404 handler
- Copyright info change in Theme Child PHP
- Replacing mysql_real_escape_string in WordPress theme
- The best way to customize “nav-menu-template.php” to add if the ‘link_before’ is “checkbox”
- Activate different theme for temporary preview
- Add footer.php to WordPress child theme
- Nice scroll to wordpress
- Result of Custom WP_Query appears on 404 Page (but result are found!)
- Twitter feed is showing blank in WP site [closed]
- Design view breaking on Pages
- I want to remove the links from the term list returned by get_the_term_list
- Can’t Find a Way to Edit the Home Page Content [closed]
- How do I hardcode a WordPress shortcode into my theme?
- Use different javascript files for each page on website
- Fatal error: Call to undefined function wpsc_cart_item_count()
- Can I run custom php on specific pages in wordpress?
- How to get custom image size for image uploaded in Customizer
- Passing array in add_option()
- Successful or Error Message after running mysql code in functions.php
- Can I view my own wordpress php source code on my hosted web server?
- there’s a way to include a minimal WP for check only the current user, its roles (caps?) and then release/free it?
- Widgets not showing in my custom theme
- Want to create Child theme, but already edited Parent theme css files and some php files
- How do i get (unique) page name?
- Adding code to child theme functions.php to override parent theme behaviour doesn’t work
- Create a quick start wordpress installation [closed]
- How should I best target dynamically served content?
- How to display posts of specific category using a custom Query in WordPress?
- How the functions in WP are called in tags
- How to display php source code inside a post using visual editor?
- How do themes render caption texts in extended markup (e.g. “wp-caption” paragraphs)
- Add a Second Menu to a theme that only support 1 menu
- Changing the template hierarchy
- How to Insert Shortcodes into Theme?
- Warning: Use of undefined constant HTTP_USER_AGENT – assumed ‘HTTP_USER_AGENT’ (this will throw an Error in a future version of PHP)
- The custom logo, site title, and description doesn’t appear at the same time
- Multiple choice in a custom taxonomy
- Can’t load WP function into external function
- Set WordPress Default Template
- stats_get_csv (WordPress Stats) to only display top posts (not pages)
- Hide wordpress field if data is empty in post!
- How to get the POST TITLE using the POST ID?
- Custom Theme, Custom shortcode not working
- Customizer: Output default value in Customizer CSS
- Adding custom directory and PHP files in wordpress
- Where in PHP do I move title and meta (date) to bottom of each blog section?
- Show full posts in archive
- WordPress add post format support not working
- Latest post in a specific menu
- Cause of Blank Lines Being Added to WP FIles?
- WordPress: Access a plugin from within a theme
- Getting error when trying to implement site-wide breadcrumbs in Twentytwentyone Theme [closed]
- How to save checkbox values for logged in users?
- Connect WordPress with SharePoint [closed]
- Reconfiguring WordPress site
- adding custom user input fields in WordPress admin dashboard gives error The link you followed has expired. Please try again
- Move category description below post list in blog
- Cannot access wp-admin/wp-login.php (WordPress backend) anymore, what could be wrong?
- WordPress Shortcodes.. printf is outputting a random number… Can’t figure out WHY?
- Repeating admin-ajax.php not found error in admin
- Customizer: active_callback and sanitize_callback incompatibility?
- My page.php shows the index.php
- Why namespaces are rarely used in WordPress plugins?
- Compare the old get_theme_mod($name) to the new get_theme_mod($name) return value
- Custom Theme’s “Preview Changes” Doesn’t Work for Previously Published Posts
- How do I link a button I created in theme customizer to a function?
- 404 error when I acess the second page of post-type
- How to change theme programmatically from a external application?
- Insert custom PHP head above in WP pages
- Is the “_s” on this `sprintf(__(‘Page %s’, ‘_s’), max($paged, $page))` just refer to a text domain?
- Does wordpress templates always in files or in database?
- proper way to add css using functions.php?
- Log in / Log Out Custom Button
- How to do a code in php and have text before it? [closed]