Untitled

Anonymous
plain_text
09/12/2024 9:47 AM
224 B
10
Indexable
add_action('salesking_dashboard_head', function(){
	?>
	<style>
		#cookie-notice{
			display:none !important;
			visibility: hidden !important;
		}
	</style>
	<?php
});
Editor is loading...
Leave a Comment