Retrieving Field value on ‘after’ call back
-
I need to retrieve a singled value of a record set on the call back of ‘after’. The after call back is being set in the particular field I am assuming that usage of the ‘after’ is following the submission of field values, including
add_filter('cmb2_override_XXXXX_meta_value', 'mmd_listings_mmdUserProfileDisplay', 10, 4);
Is that assumption true?
If it is true, how can I retrieve the values (verses the field arguments) from the record set?
I could probably do this in Javascript again, but that adds a level of complication since I need the PostId in order to lookup the category of the postid..normally done in PHP.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Retrieving Field value on ‘after’ call back’ is closed to new replies.