24 September 2019

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>

No comments:

Post a Comment

How to create video slider with cuncks of videos without download all videos?

 Create video slider with cuncks of videos without download all videos function custom_video_slider_shortcode() { $slider_id = 'vide...