@@ -80,7 +80,7 @@ public function __construct( Visualizer_Plugin $plugin ) {
80
80
$ this ->_addFilter ( 'admin_footer_text ' , 'render_review_notice ' );
81
81
82
82
if ( ! defined ( 'TI_CYPRESS_TESTING ' ) ) {
83
- $ this ->_addFilter ( 'themeisle-sdk/survey/ ' . VISUALIZER_PRODUCT_SLUG , 'get_survey_metadata ' , 10 , 2 );
83
+ $ this ->_addFilter ( 'themeisle-sdk/survey/ ' . VISUALIZER_DIRNAME , 'get_survey_metadata ' , 10 , 2 );
84
84
}
85
85
86
86
if ( defined ( 'TI_CYPRESS_TESTING ' ) ) {
@@ -938,7 +938,7 @@ private function getQuery() {
938
938
*/
939
939
public function renderSupportPage () {
940
940
wp_enqueue_style ( 'visualizer-upsell ' , VISUALIZER_ABSURL . 'css/upsell.css ' , array (), Visualizer_Plugin::VERSION );
941
- do_action ( 'themeisle_internal_page ' , VISUALIZER_PRODUCT_SLUG , 'support ' );
941
+ do_action ( 'themeisle_internal_page ' , VISUALIZER_DIRNAME , 'support ' );
942
942
include_once VISUALIZER_ABSPATH . '/templates/support.php ' ;
943
943
}
944
944
@@ -1095,7 +1095,7 @@ public function renderLibraryPage() {
1095
1095
)
1096
1096
);
1097
1097
1098
- do_action ( 'themeisle_internal_page ' , VISUALIZER_PRODUCT_SLUG , 'library ' );
1098
+ do_action ( 'themeisle_internal_page ' , VISUALIZER_DIRNAME , 'library ' );
1099
1099
1100
1100
if ( ! apply_filters ( 'visualizer_is_business ' , false ) ) {
1101
1101
do_action ( 'themeisle_sdk_load_banner ' , 'visualizer ' );
0 commit comments