ap_last_active( mixed $post_id = null )

Description #

Echo last active time in human readable format.

Parameters #

  • $post_id
    mixed (Optional) Post ID/Object. Default value: null

Changelog #

VersionDescription
2.4.8Introduced.

Source #

File: includes/qaquery.php

function ap_last_active( $post_id = null ) {
	echo esc_attr( ap_get_last_active( $post_id ) );
}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment