Hello,
I’m encountering the following error on our WP site whenever we try to access multiple pages on via admin dashboard including Posts, Pages, & other plugin pages relating to content.
I’ve done some digging and it seems like the error may have to do with the redux function not being properly defined or the hook registration is off somewhere?
The KnowledgePress theme is a relic at this point but it’s what we have for the time being…
Any help, even where to start looking, would be much appreciated!
See the Stack trace error below:
URL: https://www.help.hiinfo.com/wp-admin/edit.php
Fatal error: Uncaught Error:
Call to undefined function redux_post_meta()
in
/home/customer/www/help.hiinfo.com/public_html/wp-content/themes/knowledgepress/lib/functions-core.php:173
Stack trace:
#0 /home/customer/www/help.hiinfo.com/public_html/wp-includes/class-wp-hook.php(324): pa_force_layout(Object(WP))
#1 /home/customer/www/help.hiinfo.com/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array)
#2 /home/customer/www/help.hiinfo.com/public_html/wp-includes/plugin.php(565): WP_Hook->do_action(Array)
#3 /home/customer/www/help.hiinfo.com/public_html/wp-includes/class-wp.php(830): do_action_ref_array('wp', Array)
#4 /home/customer/www/help.hiinfo.com/public_html/wp-includes/functions.php(1336): WP->main(Array)
#5 /home/customer/www/help.hiinfo.com/public_html/wp-admin/includes/post.php(1291): wp(Array)
#6 /home/customer/www/help.hiinfo.com/public_html/wp-admin/includes/class-wp-posts-list-table.php(165): wp_edit_posts_query()
#7 /home/customer/www/help.hiinfo.com/public_html/wp-admin/edit.php( in /home/customer/www/help.hiinfo.com/public_html/wp-content/themes/knowledgepress/lib/functions-core.php on line 173
Thanks
The page I need help with: [log in to see the link]