Function Code Error in listingshortcode-compact.php
-
ldd-directory-lite/templates/loop/listingshortcode-compact.php
<span class="website"><a href="<?php echo esc-url(ldl_get_meta( 'url_website')); ?>"><?php echo esc_url(ldl_get_meta( 'url_website' )); ?></a></span>
Notice that the first call to “esc_url()” is “esc-url()”
Should be:
<span class="website"><a href="<?php echo esc_url(ldl_get_meta( 'url_website')); ?>"><?php echo esc_url(ldl_get_meta( 'url_website' )); ?></a></span>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Function Code Error in listingshortcode-compact.php’ is closed to new replies.