Hook for plugin to insert into entry-meta

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.