Link to home
Start Free TrialLog in
Avatar of Robert Granlund
Robert GranlundFlag for United States of America

asked on

Filter wordpress query

If I query a user in Wordpress and I have custom fields and I return the meta value, how do I filter out the street_address when the return looks like this:
a:14:{s:14:"street_address";s:14:"1234 Test Lane";s:4:"city";s:11:"Testerville";s:5:"state";s:2:"MS"}
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

This appears to be PHP serialized data, but it looks like it has been damaged somehow.  Did you post the exact information you want us to work with or has it been changed?
ASKER CERTIFIED SOLUTION
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Robert Granlund

ASKER

Thanks Ray, that is what I needed to know.