Plugin Directory

Changeset 2325187


Ignore:
Timestamp:
06/16/2020 02:17:17 PM (6 years ago)
Author:
embedsocial
Message:

Added Review badges Custom shortcode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • embedalbum-pro/trunk/embedalbum_pro.php

    r2325115 r2325187  
    450450        if ($shortcodeId['id']) {
    451451            $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>";
    453453        }
    454454        return $out;
Note: See TracChangeset for help on using the changeset viewer.