02/17/2014 at 4:08 pm
#280273
Keymaster
@ NetWarden
The additional lines for the snippet can go right before of after the line that starts with $atts
.
re: rte
This can be done by editing the connections_form.php
file. Go to line 1467:
if ( $atts['rte'] )
and change it to this if ( false )
. That’ll do it.