ap_get_recent_post_activity( mixed $_post = null )

Description #

Get recent activity of a post.

Parameters #

  • $_post
    mixed (Optional) Post ID, Object or null. Default value: null

Source #

File: includes/qaquery.php

function ap_get_recent_post_activity( $_post = null ) {
	$_post = ap_get_post( $_post );
	return ap_latest_post_activity_html( $_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