Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Location of constructor for head meta data ?
#3
(2022-01-19, 00:27:59)Bolkonskij Wrote: Hey guys,

quick question: looking for the constructor for the meta data in the <head> like meta description, canonical tag etc. (the stuff that gets called by get_header() )

I've been searching for 15 minutes now but apparently I'm blind. Where is it located?

Use the I18N plugin. It helps to manipulate meta tags.
Code:
<?php function_exists('get_i18n_header') ? get_i18n_header(true,array('generator', 'canonical', 'keywords', 'description')) : get_header(); ?>
Reply


Messages In This Thread
RE: Location of constructor for head meta data ? - by Oleg06 - 2022-01-19, 16:31:49



Users browsing this thread: 1 Guest(s)