From 61a51904090446e2206114bbfb90cfded38eceaf Mon Sep 17 00:00:00 2001 From: nikitasinelnikov Date: Thu, 11 Jul 2019 19:30:05 +0300 Subject: [PATCH] - remove function; --- includes/core/class-external-integrations.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/includes/core/class-external-integrations.php b/includes/core/class-external-integrations.php index bc9e59aa..95da7c6f 100644 --- a/includes/core/class-external-integrations.php +++ b/includes/core/class-external-integrations.php @@ -140,15 +140,6 @@ if ( ! class_exists( 'um\core\External_Integrations' ) ) { remove_filter( 'template_include', 'bbp_template_include' ); } - /** - * Fixed bbPress access to Forums message - */ - function forumwp_fix() { - if ( function_exists( 'FMWP' ) ) { - remove_filter( 'single_template', array( FMWP()->shortcodes(), 'cpt_template' ) ); - } - } - /** * Fixed ForumWP access to Forums message