ap_update_last_active( integer $post_id )
Description #
Updates last_active field of qameta.
Parameters #
- $post_idinteger (Required) Post ID.
Source #
File: includes/qameta.php
function ap_update_last_active( $post_id ) { return ap_insert_qameta( $post_id, array( 'last_updated' => current_time( 'mysql' ) ) ); }
Expand full source code Collapse full source code View on GitHub: includes/qameta.php:395
Add your comment