• Resolved Frederic

    (@desclosf)


    Hi,

    Would there be a way to store image path as relative rather than complete with domaine name ? That would ease dev site when moved to production.

    Thanks for your help and support
    F.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Frederic

    (@desclosf)

    answering my own question… Probably not the cleanest way to do it but it does the job :

    added the following code on line 15 in /plugins/team-builder/ink/admin/data-post/team-save-data.php :

    $mb_photo=wp_make_link_relative($mb_photo);
    

    Would it be possible to include this in the next version ?

    Thanks
    F.

    Plugin Author wpshopmart

    (@wpshopmart)

    Hello Frederic

    Thanks for valuable suggestions. This is working fine. In next updated version we will update it.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Path to image’ is closed to new replies.