• Installed this theme, and gave a error in line 95 on widget-functions.php

    and change this:
    <img class=”<?php echo $object->get_field_id( $name ) . ‘_url’; ?>” src=”<?php echo wp_get_attachment_image_src( $instance[ $name] )[0]; ?>” />

    to this:

    <img class=”<?php echo $object->get_field_id( $name ) . ‘_url’; ?>” src=”<?php echo wp_get_attachment_image_src( $instance[ $name][0] ); ?>” />

    and worked perfect.

    Honestly, I dont know what I did, but it worked.

    Cheers

Viewing 1 replies (of 1 total)
  • Theme Author cats_456

    (@cats_456)

    Thank you for the info jalcantar, will modify it. Looks like this function wp_get_attachment_image_src returns false and causes an error :\

Viewing 1 replies (of 1 total)
  • The topic ‘error in widget-functions.php’ is closed to new replies.