Scroll to top

How to remove wordpress footer and header from wordpress plugin page in wordpress?

 remove wordpress footer and header from wordpress plugin page in wordpress


<style>

header#masthead {
    display: none;
}
footer#colophon {
    display: none;
}

</style>

Leave a Reply

Your email address will not be published. Required fields are marked *