• Resolved futureyoon

    (@futureyoon)


    Hi

    i have a meta_value showing as below, for example.
    a:5:{s:3:”SGD”;a:5:{s:4:”rate”;s:5:”1.358″;s:3:”pos”;s:4:”left”;s:8:”decimals”;s:1:”2″;s:6:”custom”;s:0:””;s:4:”hide”;s:1:”0″;}}

    will I be able to make this into a table using the plugin?
    expected outcome of table is something like this..
    currency rate
    SGD 1.358

    Can you please advise me on this? I am not so well-versed with php and sql.

    Thank you

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

    (@wpdatatables)

    Hello there.

    Sorry for the late response.

    The plugin can pull only what it sees in the database, so you would need to unserialize this data using a MySQL query, as mentioned here, but this falls under custom work, so we cannot provide any support for this.

    Kind regards.

Viewing 1 replies (of 1 total)

The topic ‘meta value’ is closed to new replies.