Change meta with code – article:modified_time and datePublished
-
Hi
I am using an api to fetch data to some specific posts which have their own theme template. Since the posts are not edited in WP when the data is, I want to use my theme to set the following properties:1) The meta property “article:modified_time”, example:
<meta property=”article:modified_time” content=”2020-11-10T13:00:48+00:00″ />2) The https://schema.org graph content:
“dateModified”: “2020-11-10T13:00:48+00:00”How can I do this programmatically? I cannot find any filters to change this.
Help appreciated, thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Change meta with code – article:modified_time and datePublished’ is closed to new replies.