Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- ( function( $ ) {
- $( document ).ready( function() {
- $( '.wpc-tm .et_pb_text_inner p' ).html( function( idx, html ) {
- return html.replace( /[email protected]/g, '<a href="mailto:[email protected]">[email protected]</a>' )
- } )
- } );
- } )( jQuery );
- </script>
Advertisement
Add Comment
Please, Sign In to add comment