Filter the message for managing the choice of cookies in SEOPress

Filter the message for managing the choice of cookies in SEOPress.

Snippet Type

Execute on Child Sites

Snippet

function sp_rgpd_full_message($user_msg, $edit_cookie_btn) { 
	return '<div id="my-cookie-bar">'.$user_msg.$edit_cookie_btn.'</div>';
}
add_filter('seopress_rgpd_edit_message', 'sp_rgpd_full_message', 10, 2); 

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.