Get extra meta data on submission
-
Hey
Ive created a custom hook so that when I publish a new job it fires. I’m ok getting the values stored in the global $post but can you tell me how I would get these values:
1) Job Type textfield
2) Freature this job checkbox value
3) Company Name textfieldin this function:
function createDashboardWidget($ID, $post ) { } add_action( 'publish_job_listing', 'createDashboardWidget', 10, 2 );Much Appreciated.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Get extra meta data on submission’ is closed to new replies.