Reply To: Disable


Home Forums Front End PM PRO Disable Reply To: Disable

#41267
jilllynndesign
Participant

Sorry, I included the wrong code. Here’s the correct one I’m using:

<?php if ( fep_current_user_can( 'send_new_message_to', UPT()->get_user_id() )) { ?>
<a class="text-link" href="<?php echo fep_query_url('newmessage', array('fep_to' => UPT()->get_user_id() ) ); ?>">Send Message</a>
<?php } ?>