From b9ef231de630ea0bf1bb1810225ce107a761016b Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 18 Sep 2017 08:25:44 -0400 Subject: [PATCH] revert changes This effects all of the titles. --- setup/frontHooks.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup/frontHooks.php b/setup/frontHooks.php index 8fc5791..b9e1399 100644 --- a/setup/frontHooks.php +++ b/setup/frontHooks.php @@ -93,9 +93,6 @@ if (strpos(GLM_MEMBERS_PLUGIN_CURRENT_URL, '/'.$this->config['settings']['canoni add_filter( 'wp_title', function($title) { return $GLOBALS['glmEventName']; }, 99, 1 ); - add_filter( 'the_title', function($title) { - return $GLOBALS['glmEventName']; - }, 99, 1 ); add_filter( 'wpseo_opengraph_title', function($tag){ return $GLOBALS['glmEventName']; }, 99, 1 ); -- 2.17.1