Untitled

 avatar
unknown
plain_text
a year ago
276 B
58
Indexable
add_filter('marketking_display_footer_scripts','__return_true');
add_action('marketking_dashboard_head', function(){
	?>
	<style type="text/css">
		div#marketking_footer_hidden {
			display: block;
		}
		#wpadminbar, #ast-scroll-top{
			display:none;
		}
	</style>	
	<?php
});
Editor is loading...
Leave a Comment