need to override metabox-manager.php from child theme

Support Forums for LiveMesh Themes & Plugins Forums Invent Theme Support need to override metabox-manager.php from child theme

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29250
    Sujoy Banerjee
    Participant

    Hi,
    I need to customize the metabox-manager.php file (invent/framework/presentation/metabox-manager.php).
    How can i do that from child theme ? let me know the file structure that need to be maintained within my child theme to make wp load the metabox-manager.php from child theme instead .

    #29265
    Veena
    Moderator

    You can copy the entire function which you want to modify in to your childtheme function.php file and make required modification.
    Suppose you want to modify the function mo_build_department_meta_boxes() then you have to copy the entire function (including definition) and modify according to your requirement.

     
    function mo_build_department_meta_boxes(){
    
    func definition
    
    }
    
    #29275
    Sujoy Banerjee
    Participant

    ok thanks 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘need to override metabox-manager.php from child theme’ is closed to new replies.