Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. if( is_callable( $func ) ) {
  2. echo $_GET['callback'] . '(' . "{'html' : '<div id="widget-note">
  3. <a href="#" target="_blank">
  4. <img src="img.svg" class="img" alt="Widget">
  5.  
  6. <div class="rating-box">
  7. <img src="Logo.png" class="brand" alt="Widget">
  8. <span class="note">9,6/10</span>
  9. <div id="StarSelector" class="stars-selected-45"></div>
  10. </div>
  11.  
  12. </a>
  13. </div>'}" . ')';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement