Hi,
I have just deleted the Convert Plus plugin from my site but there is still the code on every page for the info bar. How can I remove this?
Thanks so much.
Liz 
Hi,
I have just deleted the Convert Plus plugin from my site but there is still the code on every page for the info bar. How can I remove this?
Thanks so much.
Liz 
Hi @liz80y,
Thanks for reaching out.
Deactivating the plugin should remove it automatically. But, if you happen to add them manually then you should remove them manually too. It’s true regardless of plugin that uses shortcodes.
It’s added to you child theme’s functions.php, please remove this code
add_action('x_after_view_global__slider-below', 'display_optin_form', 99999 );
function display_optin_form () {
echo do_shortcode('[cp_info_bar display="inline" id="cp_id_5dfba"][/cp_info_bar]');
}
Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.