-2

I have searched, but could not find it anywhere,

I need a function to compare, user's input with a meta key value, and then process.

For example, user will type 5000 in given box. User will see the result according to if specific user meta key value is greater, lesser or equals to 5000.

Thanks in advance.....

1 Answers1

0

Use get_post_meta();

Function ref. get_post_meta()

You can compare dynamically with ajax

Trishul
  • 998
  • 1
  • 7
  • 17