ap_set_featured_question( integer $post_id )

Description #

Set a question as a featured.

Parameters #

  • $post_id
    integer (Required) Question ID.

Source #

File: includes/qameta.php

function ap_set_featured_question( $post_id ) {
	return ap_insert_qameta( $post_id, array( 'featured' => 1 ) );
}

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