I don’t see any hook available to do so. As you are using Child theming, it would be best for you to take a copy of the header.php in the child theme folder and edit it as per your need.
Related Posts:
- Replace function in a child theme
- get_template_part vs action hooks in themes
- Getting instance variable in scope of ‘wp_enqueue_scripts’
- How to edit bbPress template files – WordPress + BuddyPress + bbPress? [closed]
- Get password when user registers and save it sha1 into database
- How do I “unhook” / de-register jQuery so that it’s not called as part of wp_footer();?
- Change parent theme file function in child themes functions.php
- Nesting Functions within Functions
- How to add theme support?
- Injecting a custom sql query into a page/theme
- Pass variable to hook. Its possible?
- Theme Customizer not loading JS for live preview
- Overide enqueue in non plugable function via child theme
- How to change footer credit text in Twenty Twenty One theme with a hook?
- Add back in child theme what the parent theme removed with remove_action
- Is There A WordPress Hook for Accessing Attachments for A Particular Page?
- How Do I Unhook This Parent Theme Function?
- Why functions metaboxes is causing White Screen in Admin [closed]
- Is there any filter or action hook to remove layout classes from appearing in my templates?
- Add text when displying attribute with a hook on single product page
- after_setup_theme always runs
- Using classes instead of global functions in functions.php
- What is the difference between wp_register_sidebar_widget and register_widget?
- Child Theme vs Duplicate Theme Renamed
- Adding Action Hooks In Parent Theme For Easier Child Theme Customization
- Display a different theme for not logged-in users
- Add colors to existing color palette without replacing it
- Seeking clarification on page request life-cycle
- What’s the difference between hooks, filters and actions? [duplicate]
- Returning Variables back into a template
- Understanding WordPress child theme custom JS loading
- Allow users to add custom functions to wordpress theme
- How to add custom template tag in wordpress theme?
- What function to hook for changes made in status and visibility of a post
- Can a child theme based on Starker theme be released as free to use theme for public use?
- How to list all images in uploads directory except those that are attached to any post
- Changing order title and featured image in blog post (Astra theme)
- How to write .htaccess dynamically? [closed]
- Is there a theme function for is_password_protected()?
- Unhook action from child theme
- Does any theme support child theme?
- How to remove a file included in parent theme with locate_template() via child theme?
- Can’t override template file in child theme
- Is there an action for save_menu and/or update_menu?
- How to store functions in… functions.php?
- Should action callbacks start with a verb?
- Check if home.php and set home.php as page_on_front
- Highlight “Show all” item in wp_list_categories
- Override template file i subfolders
- Include Parent functions.php in Child Theme functions.php
- Should I use add_filter for functions in function.php of the theme?
- Which action does wp_update_user triggers?
- Does the switch_theme action run when you’re upgrading a theme?
- Show notice just below the search form on the themes page
- How can I get my Script to work on the Login page?
- Trigger a custom function when option are saved in admin area
- Default image size not working
- Theme Development: Starter Content after hook
- Why is it needed to enqueue parent stylesheet in child theme?
- Is it possible to make *.js and folders visible in theme-editor
- add_filter to parent theme helper class function from child theme
- filemtime(): stat failed warning within a child theme
- What are the hooks in WordPress theme development?
- How can I override a require() used in functions.php of parent theme to my child theme
- Is there a way to prevent a function/method from being called outside a specific hook?
- Simple child theme modification but links are broken
- Adding code before post title with the_title produces weird results
- Hestia Child theme creation
- Remove action in a parent theme from the child theme
- Remove action within a class in a parent theme’s includes folder from the child theme
- Alignment Problem [closed]
- Avada Child Theme Development
- What $handle does WordPress use for a theme’s implicit style.css?
- Editing my theme to try to place the default header at the top of the page breaks the rest of the page content
- Never actually adding the action? Or do I have to call the action?
- Need advice on theme customizer and child themes
- How to pass hook variable to function?
- Unpublished Pages Failing To Appear On Custom Path
- remove_action from parent theme using child theme functions.php
- Why front-page.php doesn’t show content of file instead shows loop
- Theme functions don’t work as expected in partial included via get_template_part() after custom query using Ajax [duplicate]
- Is_Page doesnt detect my page
- Plugin function in child theme
- Child theme menu not appearing in Twenty Seventeen
- Edit Product Archive design for Woo theme
- How can I fix my theme header for my CSS stylesheet?
- Duplicate child theme incl. design changes
- How to connect two child themes on different sub domains to the same base theme
- How to customize the colors within a stylesheet using a WordPress setting
- how can I re-utilize and class on a child theme
- How to migrate the menu from the site on my own theme in WordPress?
- Removing action from template class
- Mamp pro permalink issues. Pages keep reverting to index.php
- Extending arrays in parent theme without completely overriding the files
- add query string to all pages after user logged in
- WordPress theme Modifications not showing up on live server
- add_action works outside condition but not inside it
- Getting URL of Resized Image
- Adding a new layout for genesis
- I’m new in developing responsive WordPress Theme, so which framework to use or work from scratch? [closed]