PATH:
home
/
urbaoubp
/
gns.pitgradnja.com
/
wp-content
/
plugins
/
complianz-gdpr
/
integrations
/
services
<?php defined( 'ABSPATH' ) or die( "you do not have access to this page!" ); add_filter( 'cmplz_known_script_tags', 'cmplz_dailymotion_iframetags' ); function cmplz_dailymotion_iframetags( $tags ) { $tags[] = array( 'name' => 'dailymotion', 'category' => 'marketing', 'placeholder' => 'dailymotion', 'urls' => array( 'dailymotion.com/embed/video/', 'geo.dailymotion.com/player.html', 'dailymotion.com/video/', ), ); return $tags; } function cmplz_dailymotion_placeholder( $new_src, $src ) { if ( preg_match( '/dailymotion\.com\/(embed\/video)\/([^_]+)[^#]*\?|dailymotion\.com\/(embed\/video|video|hub)\/([^_]+)[^#]*(#video=([^_&]+))?|(dai\.ly\/([^_]+))!/i', $src, $matches ) ) { if ( isset( $matches[6] ) ) { $daily_motion_id = $matches[6]; } elseif ( isset( $matches[4] ) ) { $daily_motion_id = $matches[4]; } else { $daily_motion_id = $matches[2]; } $new_src = cmplz_get_transient( "cmplz_dailymotion_image_$daily_motion_id" ); if ( ! $new_src || ! cmplz_file_exists_on_url( $new_src ) ) { //pass thumbnail_60_url (60px height), thumbnail_120_url (120px height), thumbnail_180_url (180px height), thumbnail_240_url (240px height), thumbnail_360_url (360px height), thumbnail_480_url (480px height), thumbnail_720_url (720px height), thumbnail_1080_url (1080px height), for different sizes $thumbnail_large_url = 'https://api.dailymotion.com/video/' . $daily_motion_id . '?fields=thumbnail_1080_url'; $json_thumbnail = file_get_contents( $thumbnail_large_url ); $arr_dailymotion = json_decode( $json_thumbnail, true ); $new_src = $arr_dailymotion['thumbnail_1080_url']; $new_src = cmplz_download_to_site( $new_src, 'dailymotion' . $daily_motion_id ); cmplz_set_transient( "cmplz_dailymotion_image_$daily_motion_id", $new_src, WEEK_IN_SECONDS ); } } return $new_src; } add_filter( 'cmplz_placeholder_dailymotion', 'cmplz_dailymotion_placeholder', 10, 2 );
[-] youtube.php
[edit]
[-] google-recaptcha.php
[edit]
[-] disqus.php
[edit]
[-] index.php
[edit]
[-] addthis.php
[edit]
[-] facebook.php
[edit]
[-] soundcloud.php
[edit]
[-] instagram.php
[edit]
[-] openstreetmaps.php
[edit]
[-] twitter.php
[edit]
[-] livechat.php
[edit]
[-] hotjar.php
[edit]
[-] twitch.php
[edit]
[-] dailymotion.php
[edit]
[-] sharethis.php
[edit]
[-] calendly.php
[edit]
[-] vimeo.php
[edit]
[+]
..
[-] google-maps.php
[edit]
[-] pinterest.php
[edit]
[-] adobe-fonts.php
[edit]
[-] hubspot.php
[edit]
[-] google-fonts.php
[edit]
[-] videopress.php
[edit]
[-] spotify.php
[edit]
[-] tiktok.php
[edit]
[-] linkedin.php
[edit]
[-] microsoftads.php
[edit]