Untitled
unknown
plain_text
2 years ago
485 B
20
Indexable
add_action('marketking_extend_page', function($page){
?>
<div id="marketking_footer_hidden2">
<?php
wp_footer();
?>
</div>
<?php
}, 10, 1);
add_action('marketking_dashboard_head', function(){
?>
<style type="text/css">
div#marketking_footer_hidden {
display: block;
}
#wpadminbar, #ast-scroll-top{
display:none;
}
#marketking_footer_hidden2 >div:not(.gtranslate_wrapper) {
display: none;
}
div#tidio-chat {
display: none;
}
</style>
<?php
});Editor is loading...
Leave a Comment