• i edit canvas plugin for display the right Caption image

    from :
    $caption = wp_get_attachment_caption( $img );
    To :
    $caption = wp_get_attachment_caption( apply_filters( 'wpml_object_id', $img , 'attachment', TRUE) );

    Is there another way ??
    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author codesupplyco

    (@codesupplyco)

    Hey,

    We’re using the WordPress core function wp_get_attachment_caption for outputting the caption, so I guess the issue must be on the WPML end.

    Anyways, I’ve added this to our roadmap, and our developers will check that in one of the future Canvas updates.

    Thanks for reporting!

Viewing 1 replies (of 1 total)
  • The topic ‘canvas not compatible with wpml’ is closed to new replies.