• Resolved Mark Wilkinson

    (@wpmarkuk)


    I am trying to get a list (array) of all the job listing fields that have been added using the filter job_manager_job_listing_data_fields. The code I am using is:

    $fields = new WP_Job_Manager_Writepanels();
    $fields = $fields->job_listing_fields();

    This just gives the following error:

    Class ‘WP_Job_Manager_Writepanels’ not found

    If this is because this class is only included in the admin. Is there another way of getting an array of all the fields added to that filter please.

    Many thanks.

    https://www.ads-software.com/plugins/job-manager/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Get All Job Listing Fields’ is closed to new replies.