Guest User

Untitled

a guest
Feb 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. if(!empty ($ecpt_company)) {
  2. echo '<div class="co">';
  3. $content = apply_filters( 'the_content', $ecpt_company );
  4. $content = str_replace( ']]>', ']]>', $content );
  5. echo '<span class="cbt-label">Company: </span>'. $content.'</div>';
  6. }
  7.  
  8. <div class="website"><a href="http://www.example.com/" target="_blank"><span class="cbt-label">Website: </span>www.example.com</a></div>
  9.  
  10. <div class="web"><a href="<blockquote class="wp-embedded-content" data-secret="qaxc7Sae67"><a href="https://www.example.com/">Home</a>
  11. </blockquote>
  12. <iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; clip: rect(1px, 1px, 1px, 1px);" src="https://www.example.com/embed/#?secret=qaxc7Sae67" data-secret="qaxc7Sae67" width="500" height="282" title="&#8220;Home&#8221; &#8212; Example Company Info Center" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
  13. " target="_blank"><span class="cbt-label">Website: </span>
  14. <blockquote class="wp-embedded-content" data-secret="qaxc7Sae67"><a href="https://www.example.com/">Home</a></blockquote>
  15. <iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; clip: rect(1px, 1px, 1px, 1px);" src="https://www.example.com/embed/#?secret=qaxc7Sae67" data-secret="qaxc7Sae67" width="500" height="282" title="&#8220;Home&#8221; &#8212; Example Company Info Center" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
  16. </a></div>
  17.  
  18. if(!empty ($ecpt_website)) {
  19.  
  20. echo '<div class="website">';
  21. echo '<a href="'.$ecpt_website . '" target="_blank">';
  22. echo '<span class="cbt-label">Website: </span>'. $ecpt_website;
  23. echo '</a>';
  24. echo '</div>';
  25. }
Add Comment
Please, Sign In to add comment