Get custom field arrays

gistfile1.php

<?php
	
	$jmfe = WP_Job_Manager_Field_Editor_Fields::get_instance();
	
	$job_fields = $jmfe->get_fields( 'job', 'custom' );
	$company_fields = $jmfe->get_fields( 'company', 'custom' );
	
	
?>
No comments yet.

Leave a Reply