Logo
Support Home View Demos Buy MyHome Common WordPress Errors (And How to Fix Them) Submit Ticket (Contact)

Need help? We've got you covered.

Support Home Support Notes

How to hide location tab on the single property backend edition page.


 Please add this kind to your MyHome Child Theme functions.php file. If you are not familiar with Child Themes please check this article - How to use Child Theme? How to change files (php / css / js) and keep theme future update compatibility?


 


add_action('admin_head', 'myhome_hide_location_tab');

function myhome_hide_location_tab() {
echo '<style>
.acf-tab-wrap.-top > ul > li:nth-child(2) {
display: none!important;
}
</style>';
}

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.

Related Articles

    Support Home View Demos Buy MyHome Common WordPress Errors (And How to Fix Them) Submit Ticket (Contact)
    By: TangibleDesign
    Article views count