Array
(
    [_job_location] => Array
        (
            [label] => מיקום
            [placeholder] => למשל "לונדון"
            [description] => השאר את השדה ריק אם מיקום המשרה אינו חשוב.
            [priority] => 1
            [data_type] => string
            [show_in_admin] => 1
            [show_in_rest] => 1
        )

    [_application] => Array
        (
            [label] => אימייל / לינק לעמוד הגשת מועמדות למשרה עבור מועמדים
            [placeholder] => הזן כתובת אימייל או כתובת אתר אינטרנט
            [description] => שדה זה נדרש לאזור "הרישום" מתחת למשרה.
            [priority] => 2
            [data_type] => string
            [show_in_admin] => 1
            [show_in_rest] => 1
            [sanitize_callback] => Array
                (
                    [0] => WP_Job_Manager_Post_Types
                    [1] => sanitize_meta_field_application
                )

        )

    [_company_name] => Array
        (
            [label] => שם החברה
            [placeholder] => 
            [priority] => 3
            [data_type] => string
            [show_in_admin] => 1
            [show_in_rest] => 1
        )

    [_company_website] => Array
        (
            [label] => אתר אינטרנט חברה
            [placeholder] => 
            [priority] => 4
            [data_type] => string
            [show_in_admin] => 1
            [show_in_rest] => 1
            [sanitize_callback] => Array
                (
                    [0] => WP_Job_Manager_Post_Types
                    [1] => sanitize_meta_field_url
                )

        )

    [_company_tagline] => Array
        (
            [label] => סלוגן החברה
            [placeholder] => תיאור קצר אודות החברה
            [priority] => 5
            [data_type] => string
            [show_in_admin] => 1
            [show_in_rest] => 1
        )

    [_company_twitter] => Array
        (
            [label] => חשבון טוויטר של החברה
            [placeholder] => @yourcompany
            [priority] => 6
            [data_type] => string
            [show_in_admin] => 1
            [show_in_rest] => 1
        )

    [_company_video] => Array
        (
            [label] => וידאו חברה 
            [placeholder] => לינק לסרטון החברה
            [type] => file
            [priority] => 8
            [data_type] => string
            [show_in_admin] => 1
            [show_in_rest] => 1
            [sanitize_callback] => Array
                (
                    [0] => WP_Job_Manager_Post_Types
                    [1] => sanitize_meta_field_url
                )

        )

    [_filled] => Array
        (
            [label] => המשרה הושמה
            [type] => checkbox
            [priority] => 9
            [data_type] => integer
            [show_in_admin] => 1
            [show_in_rest] => 1
            [description] => משרות מלאות לא יקבלו בקשות יותר
        )

    [_featured] => Array
        (
            [label] => משרה מוצגת
            [type] => checkbox
            [description] => משרות מודגשות יודבקו למעלה בחיפושים, ויכולות להיות מעוצבות בעיצוב שונה.
            [priority] => 10
            [data_type] => integer
            [show_in_admin] => 1
            [show_in_rest] => 1
            [auth_edit_callback] => Array
                (
                    [0] => WP_Job_Manager_Post_Types
                    [1] => auth_check_can_manage_job_listings
                )

        )

    [_job_expires] => Array
        (
            [label] => תאריך תפוגה של המשרה
            [description] => Job listing expires at the end of the day.
            [priority] => 11
            [show_in_admin] => 1
            [show_in_rest] => 1
            [data_type] => string
            [classes] => Array
                (
                    [0] => job-manager-datepicker
                )

            [auth_edit_callback] => Array
                (
                    [0] => WP_Job_Manager_Post_Types
                    [1] => auth_check_can_manage_job_listings
                )

            [auth_view_callback] => Array
                (
                    [0] => WP_Job_Manager_Post_Types
                    [1] => auth_check_can_edit_job_listings
                )

            [sanitize_callback] => Array
                (
                    [0] => WP_Job_Manager_Post_Types
                    [1] => sanitize_meta_field_date
                )

        )

    [_remote_position] => Array
        (
            [label] => Remote Position
            [description] => Select if this is a remote position.
            [type] => checkbox
            [priority] => 12
            [data_type] => integer
            [show_in_admin] => 
            [show_in_rest] => 1
        )

    [_job_salary] => Array
        (
            [label] => Salary
            [type] => text
            [placeholder] => e.g. 20000
            [priority] => 13
            [description] => Add a salary field, this field is optional.
            [data_type] => string
            [show_in_admin] => 
            [show_in_rest] => 1
        )

    [_job_salary_currency] => Array
        (
            [label] => Salary Currency
            [type] => text
            [data_type] => string
            [placeholder] => e.g. USD
            [priority] => 14
            [description] => Add a salary currency, this field is optional. Leave it empty to use the default salary currency.
            [default] => 
            [show_in_admin] => 
            [show_in_rest] => 1
        )

    [_job_salary_unit] => Array
        (
            [label] => Salary Unit
            [type] => select
            [data_type] => string
            [options] => Array
                (
                    [] => --
                    [YEAR] => Year
                    [MONTH] => Month
                    [WEEK] => Week
                    [DAY] => Day
                    [HOUR] => Hour
                )

            [priority] => 15
            [description] => Add a salary period unit, this field is optional. Leave it empty to use the default salary unit, if one is defined.
            [default] => 
            [show_in_admin] => 
            [show_in_rest] => 1
        )

)