Settings reference

View as Markdown

Every Workable Jobs setting explained: account connection, display and sync options, JobPosting schema fields, privacy consent, and spam protection keys.

Everything lives on Workable Jobs → Settings. Each setting is stored as a WordPress option named wkjb_ plus the key shown below, so you can also read or set it with WP-CLI, for example wp option get wkjb_apply_mode.

Workable Jobs settings screen in wp-admin with the subdomain, sync and application fields
The full Settings screen: account, display, features, schema, privacy and spam protection.

Workable account

SettingOptionDefaultWhat it does
Account subdomainwkjb_subdomainemptyYour Workable account subdomain, such as acme. Pasting https://apply.workable.com/acme/ or acme.workable.com also works; the plugin keeps only acme. Required. Saving a new value checks it against Workable’s public careers feed: if Workable answers that no such account exists, the previous value is kept and the screen says so. A reachable value starts an import within about a minute.
API access tokenwkjb_access_tokenemptyOptional. Turns on on-site applications. Needs the r_jobs and w_candidates scopes. Once saved, the field shows dots instead of the token. Leave it blank to keep the saved token, or tick Remove to delete it. See Installation.
Applicationswkjb_apply_modeautoWhere candidates apply. See the table below.

Application modes

ModeValueWith a tokenWithout a token
AutomaticautoOn-site formApply on Workable button
On-site application formformOn-site formApply on Workable button
Send applicants to WorkableredirectApply on Workable buttonApply on Workable button

The on-site form always needs a token, so Automatic and On-site application form behave the same in 1.0. Choose Send applicants to Workable to keep a saved token but use Workable’s hosted form anyway.

Even in form mode, a job falls back to the Apply on Workable button when its form cannot be loaded, for example when Workable rejects the token or cannot be reached.

Display

SettingOptionDefaultWhat it does
Jobs page slugwkjb_jobs_page_slugjobsThe address of the job list. With jobs, the list is at /jobs/ and each job at /jobs/{job-title}-{shortcode}/, where the shortcode is Workable’s 10-character job code. Changing it updates the addresses on the next page load.
Import intervalwkjb_sync_interval30 minutesHow often jobs are re-imported from Workable. Allowed range 15 to 1440 minutes.

There is no cache setting. Job lists and job pages are read from your database, and each job’s application form is cached for one hour (developers: filter wkjb_application_form_ttl).

Features

SettingOptionDefaultWhat it does
JSON-LD schemawkjb_enable_schemaonAdds JobPosting structured data to each job page, for Google for Jobs.
Jobs sitemapwkjb_enable_sitemaponIncludes job pages in the WordPress XML sitemap, at /wp-sitemap-posts-wkjb_job-1.xml. Turn it off to leave them out.
Log submissionswkjb_log_submissionsonKeeps the last 50 application attempts under Workable Jobs → Submissions.

Schema

Used in the JobPosting structured data when JSON-LD schema is on.

SettingOptionDefaultWhat it does
Organization namewkjb_organization_nameemptyThe hiringOrganization name. Empty uses the company name from your Workable account.
Organization logo URLwkjb_organization_logoemptyFull URL of a logo image, added to hiringOrganization. Google for Jobs shows it next to your postings.
Job validitywkjb_job_validity_days30 daysvalidThrough in the markup is the posting date plus this many days, from 1 to 365. Jobs stay listed until they close in Workable regardless; this only tells search engines how long the posting is expected to stay open.

Privacy

SettingOptionDefaultWhat it does
Consent checkboxwkjb_enable_gdproffAdds a required consent checkbox to the on-site application form.
Consent textwkjb_gdpr_textemptyThe wording next to the checkbox. Links and basic formatting are allowed, so you can link your privacy policy.

Spam protection

Configure one provider, or neither. With both blank, the form relies on its honeypot field and rate limit.

SettingOption
Turnstile site keywkjb_turnstile_site
Turnstile secret keywkjb_turnstile_secret
reCAPTCHA site keywkjb_recaptcha_site
reCAPTCHA secret keywkjb_recaptcha_secret

reCAPTCHA must be a v3 key. Submissions scoring below 0.5 are rejected; the filter wkjb_recaptcha_score_threshold changes that. Saved secret keys are not shown on the settings screen; leave a secret blank to keep the saved one.

Tools

At the bottom of the Settings screen:

  • Test connection fetches your Workable job list and reports how many jobs it returned.
  • Import jobs now runs a full import: new jobs are added, changed ones updated, closed ones moved to the trash. It says so when an import is already running. Below the button, the panel shows the last import: when it ran and what changed, or Last import failed with the error, for example when the subdomain is wrong or Workable could not be reached.
  • Clear cache deletes cached Workable responses, including cached application forms, so the next visit fetches them fresh. Use it after you change a job’s questions in Workable.

How the import works

  • Every import fetches your public Workable job list once and compares it with the jobs already on your site.
  • Each job is stored as a post of type wkjb_job, listed under Workable Jobs → Imported jobs. Jobs are managed from Workable, so there is no “Add New” button.
  • A job that closes in Workable is moved to the trash. If it comes back, its page is restored at the same address.
  • If Workable cannot be reached, or answers with an error, the import changes nothing. Your existing jobs stay up and the next scheduled run tries again.
  • Imports run on WP-Cron, so on a site with very little traffic a run can start a little late.

Your Workable jobs, live on your own site.

Real job pages, Google for Jobs markup and on-site applications — on your own domain.

Coming soon