Results 1 to 2 of 2

Thread: Unhook contact info metabox

  1. #1
    Thread Starter
    Shannon's Avatar
    Join Date
    Mar 2011
    Location
    United States
    Posts
    577
    Thanks
    49
    Thanked 248 Times in 114 Posts

    Unhook contact info metabox

    Posted by greggfranklin on Twitter...

    Is it possible to remove (unhook) the Contact Information meta box? I would like to create my own using #ACF.

    Add below function into functions.php of Child Theme

    PHP Code:
    function childtheme_remove_metaboxes() {
        
    remove_meta_box'listing-contact'VA_LISTING_PTYPE'normal' );
    }
    add_action'add_meta_boxes''childtheme_remove_metaboxes'11 ); 
    Can you let us know if this works for you, Gregg? Cheers!

  2. #2
    Junior Member greggfranklin's Avatar
    Join Date
    Apr 2012
    Location
    United States
    Posts
    32
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Talking Thank You

    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. contact form-prepopulate member info
    By matt9250 in forum Report ClassiPress Bugs
    Replies: 3
    Last Post: September 2nd, 2012, 10:16 AM
  2. I Want To Add FAX No. & Email & I want them to be in Contact Info Section
    By vulgate in forum Report Vantage Bugs (Legacy)
    Replies: 1
    Last Post: May 16th, 2012, 09:37 PM
  3. Social Media Contact Info
    By tbase in forum Help Using Vantage (Legacy)
    Replies: 1
    Last Post: May 4th, 2012, 11:44 AM
  4. Almost anyone can see jobseeker contact info? How to change this...
    By capegold1 in forum JobRoller General Discussion
    Replies: 4
    Last Post: October 25th, 2011, 05:12 AM
  5. Contact info blank :(
    By xiberdine in forum Help Using ClassiPress
    Replies: 3
    Last Post: June 18th, 2010, 12:46 AM