query.delete_revisions
/
Database /
query.delete_revisions
By Amit Singh. Posted on
| Title |
: |
query.delete_revisions |
| Purpose |
: |
Deletes all the revisions of the post |
| Syntax |
: |
|
|
[query.delete_revisions post_id={module.post_id} /] |
|
| Input Parameters |
: |
Parameters supported : post_id |
| Return Value |
: |
It returns: Return no. of affected rows. |
| Example 1 |
: |
| Code |
: |
|
|
[query.delete_revisions post_id={module.post_id} /] |
|
| Output |
: |
Deletes all the revisions of the post |
| Description |
: |
Deletes all the revisions of the post, it returns: Return no. of affected rows. |
|
Last Modified By Praveen Gupta.