apply_filters( 'ap_user_can_select_answer', string|boolean $filter , mixed $_post , integer $user_id )
Description #
Filter to hijack ap_user_can_select_answer. This filter will be applied if filter returns a boolean value. To baypass return an empty string.
Parameters #
- $filterstring | boolean Apply this filter.
- $_postmixed Question ID.
- $user_idinteger User ID.
Source #
Add your comment