EduardET

Untitled

Jul 11th, 2018
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. ( function( $ ) {
  3.     $( document ).ready( function() {
  4.         $( '.wpc-tm .et_pb_text_inner p' ).html( function( idx, html ) {
  5.             return html.replace( /[email protected]/g, '<a href="mailto:[email protected]">[email protected]</a>' )
  6.         } )
  7.     } );
  8. } )( jQuery );
  9. </script>
Advertisement
Add Comment
Please, Sign In to add comment