• Resolved dilshad970

    (@dilshad970)


    Hi,
    I want to add image url field in data table to get tha link of image and export it to csv if I write “get-permalink” in shortcode it’s fine but i just only want image url.
    THANKS

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author odude

    (@odude)

    Sorry, data table is hard coded and cannot be extended.

    Thread Starter dilshad970

    (@dilshad970)

    I don’t want to do coding i just want to know is there any php function to get url of image in data table because get_permalink function which give post link working and through external plugin export csv I’m getting image url also.

    Plugin Author odude

    (@odude)

    There is a function upg_image_src(‘odude-thumb’, $post);

    Second parameter is $post which cannot be based with parameter in shortcode.

    you have to make one new php function and keep in function.php
    and write your own php function

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Image url field in data table’ is closed to new replies.