• Resolved pppdog(Zeng)

    (@moneyhome)


    Hello
    I’ve found: the wrong time<meta property=”og:updated_time” content=”2017-06-25T16:10:48+00:00″/>
    <meta property=”og:updated_time” content=”2017-06-25T15:44:40+00:00″/>
    Right time:”2017-06-26T00:10:48+00:00″ or “2017-06-25T16:10:48+08:00”
    Please help us to see Line 63, Column 1830
    Thank you
    Z pppdog

    • This topic was modified 7 years, 9 months ago by pppdog(Zeng). Reason: link error
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author JS Morisset

    (@jsmoriss)

    og:updated_time uses the WordPress get_post_modified_time() — not much we can do if WordPress returns an incorrect modified time…

    
    $mt_og['og:updated_time'] = trim( get_post_modified_time( 'c', true, $post_id ) );
    

    js.

    Thread Starter pppdog(Zeng)

    (@moneyhome)

    Thank You.
    In general, is this a big impact?
    Zeng ppppdog

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘About updated time and dateModified time’ is closed to new replies.