AnsPress_Hooks::display_question_metas( $metas,  $question_id )

Description #

Source #

File: includes/hooks.php

860
861
862
863
864
865
866
public static function display_question_metas( $metas, $question_id ) {
    if ( is_user_logged_in() && is_question() && ap_is_addon_active( 'email.php' ) ) {
        $metas['subscribe'] = ap_subscribe_btn( false, false );
    }
 
    return $metas;
}

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