Changeset 2325187
- Timestamp:
- 06/16/2020 02:17:17 PM (6 years ago)
- File:
-
- 1 edited
-
embedalbum-pro/trunk/embedalbum_pro.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
embedalbum-pro/trunk/embedalbum_pro.php
r2325115 r2325187 450 450 if ($shortcodeId['id']) { 451 451 $shortcodeId['id'] = sanitize_text_field($shortcodeId['id']); 452 $out = "<iframe src='https://embedsocial.com/api _dev/reviews_source_badges_custom/{$shortcodeId['id']}' scrolling='no' style='width: 300px; height: 55px; border: 0px; overflow: hidden;' /></iframe>";452 $out = "<iframe src='https://embedsocial.com/api/reviews_source_badges_custom/{$shortcodeId['id']}' scrolling='no' style='width: 300px; height: 55px; border: 0px; overflow: hidden;' /></iframe>"; 453 453 } 454 454 return $out;
Note: See TracChangeset
for help on using the changeset viewer.