The lines you mention are most likely part of your theme.
You will need to either:
- figure out which functions/templates output them and if they have hooks to use;
- edit theme (create child theme) to add your own function to output what you want.
Related Posts:
- Strip HTML comments from plugins in header/footer
- Adding Plugin Assets to Header
- How to display a link in the footer section
- Footer option is missing in Customiser
- Object method calling for global $wpdb in header.php
- How can I remove the WordPress-Version (?ver=5.x) from my plugin
- How to get post ID with hooks publish_post, new_to_publish, etc
- What does making sure “that your theme is WordPress header and footer tag enabled” mean?
- Know which plugin is calling JS in wp_head()?
- edit_user_profile and show_user_profile are not firing inside a class
- Template filter for custom taxonomy terms
- My single.php page does not show the related data to the post which is clicked
- Add sub menu page in your plugin
- Enqueue stylesheet in plugin for wp-login.php
- how to change automatic placing of social plugins below content?
- What exactly happens to function argument availability when using a filter?
- Combining several CSS files into one for optimization
- the_post hook is not firing for me
- Why do plugins often ask to add in to templates?
- Deactivate JS Script in Plugin Shortcode
- Create a post builder skin in a plugin
- remove_action not removing add_action from constructor
- Plugin Development – Functions or Hooks?
- How to get menu location in wp_update_nav_menu hook
- How do I add some javascript validation to the admin interface form’s onsubmit?
- Can my hooked uninstall class function access a global var declared in main plugin file?
- Flipping Book PHP Code? Any experience?
- Turning on output buffering in a wordpress plugin
- Get ‘Headers already sent’ error for the plugin I am creating when I try to login
- Hook for page Request?
- Custom Login Page — wp_signon Headers Already Sent?
- Display Plugin Panels Outside of Admin Areas
- Are there action hooks for comments?
- How to remove js ui library added by default by wordpress
- How to use template_include hook with form submission?
- Add item to the woocommerce dashboard menu from a plugin
- Content-Security-Policy Headers are there and showing the correct settings, but still getting a refused connection
- How to use the pre_option filter before a plugin loads?
- What are admin hooks
- How do I add $_SESSION[”] to my wordpress page?
- WooCommerce: after install hook
- echo get_option in header template
- How to use filter to disable adding a product to wishlist?
- Save user total active time after login in wordpress [closed]
- WordPress: Add custom add_filter for custom functions
- Updating WordPress plugin admin panel footer text
- How to remove a class function from a plugin by using remove_action()?
- Advanced WordPress plugin activation detection
- profile_update hook doesn’t works inside a class
- wp_loaded with static Singleton
- wp_trash_post hook – problem with page updating if using wp_die
- How to return the values from a row where a value occurs for the first time among the rows available?
- Function added to hook “new_to_publish” not executing – custom plugin
- is it possible to hook every page style?
- Comment Approve – Add custom function when comment is approved
- Plugin: Hooking up classes that have their own hooks
- Add action to custom Function
- Hook for altering the content of all wp mails
- Hook on creating a menu entry?
- What hook can I use to modify custom post data before it is displayed on the page?
- How to hook into action/filter call
- Cannot access WP admin because plugin returns 204
- Quick press publish post hook
- Prevent plug-in scripts on a specific template?
- using wp_footer hook in a plugin
- force jQuery to load in the head
- Adding Gallery to Footer of Homepage
- Edit page header on a custom plugin
- How do i ‘deactivate’ a plugin only on a certain page template?
- how would I include some html in the header section of a wordpress plugin? I get an error
- How to deactivate my plugin upon deactivation of NextGen
- Javascript from Easy-Fancybox place into footer
- How to automatically activate users after registration without activation email?
- Creating a plugin that will display text on every page
- Hooks to run after a core upgrade?
- How do I fill the Home Description?
- wp_footer hook running twice
- Plugin Hook When New Author Added
- Adding custom Field To The Posts Listing
- sliding/fading header plugin or approach suggestion
- How to make a slider hearder?
- Why does “updated_post_meta” did not fire when uploading media other than image?
- Build a must-use plugin that tracks when other plugins are activated or deactivated
- Change Dashboard URL from wp-admin to wp-admin/index.php
- Activation flow of a plugin in a multisite environment
- Use a hook or filter, or overwrite this Gamipress function?
- Hook from plugin doesn’t fire up from external PHP script
- Add hook after content without formatting
- Moving Javascript from footer to header
- Using Remove Action Hook in Plugin
- WordPress Custom Hook with Class method
- Fail on admin_enqueue_scripts when I try it to upload a CSS file to my WordPress Plugin
- Prevent WordPress from sending set-cookie http header
- admin_post hook not firing function inside class
- How to remove a hook written with $this?
- Is there a hook similar to “save_post” which only fires AFTER the post is completely published?
- update_option_{$option} not working (do function after options are saved)
- Alternative Hook to the_content for Changing Background Color
- Unpublished Pages Failing To Appear On Custom Path
- add a hook of Woocommerce to a plugin but it only shows and doesn’t function properly