From: Steve Sutton Date: Mon, 18 Sep 2017 12:25:44 +0000 (-0400) Subject: revert changes X-Git-Tag: v1.6.66^2~2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=b9ef231de630ea0bf1bb1810225ce107a761016b;p=WP-Plugins%2Fglm-member-db-events.git revert changes This effects all of the titles. --- 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 );