atus' => 400, ) ); } return new WP_REST_Response(true, 200); } /** * @param $form_id * @param array $config * @param bool $echo * * @return string */ public function output_form($form_id, $config = array(), $echo = true) { return $this->output_manager->output_form($form_id, $config, $echo); } /** * Gets the currently submitted form * * @return MC4WP_Form|null */ public function get_submitted_form() { if ($this->listener->submitted_form instanceof MC4WP_Form) { return $this->listener->submitted_form; } return null; } /** * Return all tags * * @return array */ public function get_tags() { return $this->tags->all(); } }
Fatal error: Uncaught Error: Class "MC4WP_Form_Manager" not found in /htdocs/wp-content/plugins/mailchimp-for-wp/mailchimp-for-wp.php:67 Stack trace: #0 /htdocs/wp-includes/class-wp-hook.php(324): _mc4wp_load_plugin('') #1 /htdocs/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #2 /htdocs/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #3 /htdocs/wp-settings.php(555): do_action('plugins_loaded') #4 /htdocs/wp-config.php(100): require_once('/htdocs/wp-sett...') #5 /htdocs/wp-load.php(50): require_once('/htdocs/wp-conf...') #6 /htdocs/wp-blog-header.php(13): require_once('/htdocs/wp-load...') #7 /htdocs/index.php(17): require('/htdocs/wp-blog...') #8 {main} thrown in /htdocs/wp-content/plugins/mailchimp-for-wp/mailchimp-for-wp.php on line 67