Changeset 2095292
- Timestamp:
- 05/26/2019 01:38:07 PM (7 years ago)
- File:
-
- 1 edited
-
chartsbeds/trunk/chartsbeds_rich_snippets.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
chartsbeds/trunk/chartsbeds_rich_snippets.php
r2095244 r2095292 16 16 $pPhone = get_option("cbsnippet_phone"); 17 17 $pPrice = get_option("cbsnippet_price"); 18 $pLogo = get_option("cbsnippet_logo");; 18 19 19 20 $snipOut = ' … … 24 25 "name": "'.$pName.'", 25 26 "url": "'.$pUrl.'", 26 "image": "'. the_custom_logo().'",27 "image": "'.$pLogo.'", 27 28 "address": { 28 29 "@type": "PostalAddress",
Note: See TracChangeset
for help on using the changeset viewer.