Plugin Directory

Changeset 2095292


Ignore:
Timestamp:
05/26/2019 01:38:07 PM (7 years ago)
Author:
chartspms
Message:

Logo support added to snippets file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chartsbeds/trunk/chartsbeds_rich_snippets.php

    r2095244 r2095292  
    1616    $pPhone = get_option("cbsnippet_phone");
    1717    $pPrice = get_option("cbsnippet_price");
     18    $pLogo = get_option("cbsnippet_logo");;
    1819
    1920    $snipOut = '
     
    2425            "name": "'.$pName.'",
    2526            "url": "'.$pUrl.'",
    26             "image": "'.the_custom_logo().'",
     27            "image": "'.$pLogo.'",
    2728            "address": {
    2829            "@type": "PostalAddress",
Note: See TracChangeset for help on using the changeset viewer.