Guest User

Untitled

a guest
Jun 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. // Shortcode support
  2. if ($shortcode) {
  3. $data = json_decode($post->post_content);
  4. foreach ($data->levels as $level) {
  5. foreach($level->locations as $location) {
  6. if (isset($location->description)) $location->description = do_shortcode($location->description);
  7. }
  8. }
  9. $data = apply_filters('mapplic_data', $data, $id);
  10. $data = json_encode($data);
  11. }
  12.  
  13. [video width="1920" height="1080" mp4="http://localhost/ravenna88/video/playground-final.mp4" autoplay="true"][/video]
Add Comment
Please, Sign In to add comment