Untitled
unknown
plain_text
2 years ago
276 B
66
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