Viewing 2 replies - 1 through 2 (of 2 total)
  • ezkay

    (@ezkay)

    <?php wp_days_ago_v3 ($stopUsingAjaxAfter, $showDateAfter = 172800, $showDateFormat, $showYesterday) ?>

    Plugin Author Vegard Skjefstad

    (@vskjefst)

    <?php wp_days_ago_v3 (0, 172800); ?>

    Note that this will turn off AJAX, which can be handy for cached sites. If you want to use AJAX, use value greater than 0 for the first parameter. The first parameter is the number of seconds the plugin should use before it stops using AJAX calls.

    Please refer to the documentation for details: https://ww.wp.xz.cn/plugins/wp-days-ago/installation/

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘show date after’ is closed to new replies.