Results 1 to 4 of 4

Thread: Remove the Claimable MetaBox

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

    Remove the Claimable MetaBox

    With Shannon's help was able to remove the contact info meta box. I would also like to remove the Claimable metabox.
    I tried the following:

    /*-----------------------------------------------------------------------------------*/
    /* Remove Contact Info, Claimable Meta boxes
    /*-----------------------------------------------------------------------------------*/
    function childtheme_remove_metaboxes() {
    remove_meta_box( 'listing-contact', VA_LISTING_PTYPE, 'normal' );
    remove_meta_box( 'listing-claimable', VA_LISTING_PTYPE, 'normal' );
    }
    add_action( 'add_meta_boxes', 'childtheme_remove_metaboxes', 11 );

  2. #2
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,617
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    Thread Starter
    Junior Member greggfranklin's Avatar
    Join Date
    Apr 2012
    Location
    United States
    Posts
    32
    Thanks
    2
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,617
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    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. Is this still the best way to remove ability to remove comments under ads?
    By badmaash in forum ClassiPress General Discussion
    Replies: 4
    Last Post: December 12th, 2013, 08:05 AM
  2. Replies: 5
    Last Post: July 12th, 2013, 07:15 AM
  3. [SOLVED] Unhook contact info metabox
    By Shannon in forum Vantage General Discussion (Legacy)
    Replies: 1
    Last Post: December 5th, 2012, 09:55 PM
  4. Replies: 6
    Last Post: November 20th, 2012, 08:54 AM
  5. [SOLVED] remove footer powered by and header and remove comments
    By kajaja in forum ClassiPress General Discussion
    Replies: 7
    Last Post: June 3rd, 2011, 06:48 PM