File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
includes/Admin/template-parts Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 11<?php
22
3- use WeDevs \Wpuf \Free \Pro_Prompt ;
4-
53if ( !class_exists ( 'WeDevs\Wpuf\Free\Pro_Prompt ' ) ) {
64 function wpuf_get_upgrade_to_pro_popup_url () {
75 return '# ' ;
86 }
97} else {
108 function wpuf_get_upgrade_to_pro_popup_url () {
11- return Pro_Prompt::get_upgrade_to_pro_popup_url ();
9+ return \ WeDevs \ Wpuf \ Free \ Pro_Prompt::get_upgrade_to_pro_popup_url ();
1210 }
1311}
1412
@@ -267,7 +265,7 @@ class="wpuf-btn-secondary wpuf-w-max wpuf-absolute wpuf-top-[50%] wpuf-left-[50%
267265 <img class="wpuf-absolute wpuf-top-3 wpuf-right-3 wpuf-w-6 wpuf-h-6" src="<?php echo esc_attr ( $ pro_badge ); ?> " alt="Pro">
268266 <div class="wpuf-absolute wpuf-opacity-0 group-hover:wpuf-opacity-70 wpuf-transition-all wpuf-z-10 wpuf-text-center wpuf-flex wpuf-flex-col wpuf-justify-center wpuf-items-center wpuf-bg-emerald-900 wpuf-h-full wpuf-w-full wpuf-top-0 wpuf-left-0 wpuf-text-white wpuf-p-5 wpuf-rounded-md"></div>
269267 <a
270- href="<?php echo esc_url ( class_exists ( 'WeDevs\Wpuf\Free\Pro_Prompt ' ) ? Pro_Prompt::get_upgrade_to_pro_popup_url () : '# ' ); ?> "
268+ href="<?php echo esc_url ( class_exists ( 'WeDevs\Wpuf\Free\Pro_Prompt ' ) ? \ WeDevs \ Wpuf \ Free \ Pro_Prompt::get_upgrade_to_pro_popup_url () : '# ' ); ?> "
271269 target="_blank"
272270 class="wpuf-btn-secondary wpuf-w-max wpuf-absolute wpuf-top-[50%] wpuf-left-[50%] wpuf--translate-y-[50%] wpuf--translate-x-[50%] wpuf-z-20 wpuf-opacity-0 group-hover:wpuf-opacity-100 wpuf-border-transparent focus:wpuf-shadow-none wpuf-transition-all"
273271 title="<?php echo esc_attr ( $ template ->get_title () ); ?> " >
You can’t perform that action at this time.
0 commit comments