From 460dc9a9723adf900965883d68678be6017db95b Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Tue, 19 Jul 2022 15:21:41 +0200 Subject: [PATCH] added call for extra display in case plugin is active --- seccions-wide-extra.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seccions-wide-extra.php b/seccions-wide-extra.php index e5d6135..921bd28 100644 --- a/seccions-wide-extra.php +++ b/seccions-wide-extra.php @@ -51,7 +51,7 @@ get_header(); ?> // Detect plugin. For use on Front End only. include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); // check for plugin using plugin name - if ( is_plugin_active( 'hangar-wp-plugin-tags-selector/hangar-tags-and-pages.php' ) ) { + if ( is_plugin_active( 'hangar-wp-plugin/hangar-wp-plugin.php' ) ) { //plugin is activated do hangar_show_tagged(); // put code here to show tags }