ap_set_featured_question( integer $post_id )
Description #
Set a question as a featured.
Parameters #
- $post_idinteger (Required) Question ID.
Source #
File: includes/qameta.php
function ap_set_featured_question( $post_id ) { return ap_insert_qameta( $post_id, array( 'featured' => 1 ) ); }
Expand full source code Collapse full source code View on GitHub: includes/qameta.php:508
Add your comment