AnsPress_Reputation_Hooks::new_question( integer $post_id, $_post )
Description #
Add reputation for user for new question.
Parameters #
- $post_idinteger (Required) Post ID.
Source #
File: addons/free/reputation.php
public static function new_question( $post_id, $_post ) { ap_insert_reputation( 'ask', $post_id, $_post->post_author ); }
Expand full source code Collapse full source code View on GitHub: addons/free/reputation.php:223
Add your comment