ap_delete_flags( integer $post_id )

Description #

Delete multiple posts flags.

Parameters #

  • $post_id
    integer (Required) Post id.

Source #

File: includes/flag.php

function ap_delete_flags( $post_id ) {
	return ap_delete_votes( $post_id, 'flag' );
}

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