ap_last_active( mixed $post_id = null )
Description #
Echo last active time in human readable format.
Parameters #
- $post_idmixed (Optional) Post ID/Object. Default value: null
Source #
File: includes/qaquery.php
function ap_last_active( $post_id = null ) { echo esc_attr( ap_get_last_active( $post_id ) ); }
Expand full source code Collapse full source code View on GitHub: includes/qaquery.php:534
Add your comment