Fill in your ATS2go Customer ID. If your ATS2go implementation supports more than one language, specify the language of the jobs you want to show, example (NL, EN, FR, etc.).
' .
'By default the jobfeed updates every 15 minutes, below you can update the frequency.
Edit the settings below to change how the joblist is displayed.
', 'ATS2goJobs'); } function ats2gojobs_settings_jobdetail_callback() { echo __('Edit the settings below to change how the jobdetail page is displayed.
', 'ATS2goJobs'); } function ats2gojobs_settings_social_callback() { echo __('Add social media Apps to enable new features within the ATS2goJobs plugin.
', 'ATS2goJobs'); } // // FIELD CALLBACKS // GENERAL function ats2gojobs_web_site_id_callback() { $html = ''; echo $html; } function ats2gojobs_menuposition_callback() { $html = ''; echo $html; } function ats2gojobs_feed_update_callback() { $html = ''; $html .= __(" minutes", 'ATS2goJobs'); echo $html; } function ats2gojobs_feed_language_callback() { $html = ''; echo $html; } function ats2gojobs_ga_cookie_callback() { $html = ''; echo $html; } // DISPLAY function ats2gojobs_summaryonjobdetail_callback() { $html = ''; echo $html; } function ats2gojobs_classionjobdetail_callback() { $html = ''; echo $html; } function ats2gojobs_applybutton_position_callback() { $selected = get_option('hs_applybuttonposition', 1); $html = ''; $html .= ' job description'; echo $html; } function ats2gojobs_summaryonjoblist_callback() { $html = ''; echo $html; } function ats2gojobs_classionjoblist_callback() { $html = ''; echo $html; } function ats2gojobs_readmoreonjoblist_callback() { $html = ''; echo $html; } // SOCIAL function ats2gojobs_linkedinkey_callback() { $html = ''; echo $html; } function ats2gojobs_facebookkey_callback() { $html = ''; echo $html; } // // CREATE SETTINGS MENU ITEM function ats2gojobs_create_settings_menu() { add_submenu_page('edit.php?post_type=ats2gojobs', __('Settings', 'ATS2goJobs'), __('Settings', 'ATS2goJobs'), 'edit_posts', basename(__FILE__), array(__CLASS__, 'ats2gojobs_settings_page')); } // // CREATE SETTINGS PAGE function ats2gojobs_settings_page($atts=array()) { ?>Please specify your ATS2go Customer ID on the settings page. (Go in the menu to ATS2goJobs -> Settings).
', 'ATS2goJobs'); } } } $obj_settings = new ATS2goJobs_Settings(); $obj_settings -> init(); ?>