Support

Account

Home Forums Front-end Issues advanced-custom-fields/core/api.php on line 338 Reply To: advanced-custom-fields/core/api.php on line 338

  • i use my all code like this :

    <?php if( get_field('episodeupdate') ): ?>
    <?php the_field('episodeupdate'); ?>
    <?php endif; ?>

    and i have plugin named ( IMDBI ) that get some information from external url and put in fields like this :

    <?php imdbi('Poster'); ?>

    is it possible to error from that plugin ?
    because ( Field-Poster ) is picture and plugin get picture and save in media then print URL of that picture !