| 开发者 | pritam02b |
|---|---|
| 更新时间 | 2026年8月19日 19:24 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
[career_jobs] (job listing with Apply buttons) and [career_form] (the general application form).
Admin
iq-jobs-manager folder to /wp-content/plugins/.No. Pick a "Job Listings Page" and/or "General Application Form Page" in Job Openings > Settings and the content
appears there automatically. Shortcodes ([career_jobs], [career_form]) and block-editor blocks are also
available if you'd rather place things manually.
In a private subfolder of your uploads directory (wp-content/uploads/iqjoma-private-resumes/), under a randomly
generated filename and blocked from direct access. Resumes are never given a public URL — they can only be
downloaded from wp-admin (Applications screen) by a logged-in Administrator via a capability- and nonce-checked
link, or received as an email attachment if HR notification emails are enabled.
Only Administrators, by default (not Editors, Authors, or Contributors), since applications contain applicant PII (name, email, phone, resume).
No. It's off by default. You can enable it (v2 checkbox or v3 invisible) from Job Openings > Settings > reCAPTCHA with your own Google reCAPTCHA site/secret keys. See "External services" below for what that sends to Google.
By default, nothing is deleted — job openings, applications, resumes, and settings are all kept. Deletion only happens if you explicitly enable "Delete data on uninstall" in Settings before removing the plugin.
async attribute — as a third-party, cross-origin script, this was a
likely real contributor to slow page loads when reCAPTCHA is enabled.<button> while the
others are <a> links, and browsers apply different default styling to each even with the same CSS class;
added explicit resets (outline, box-shadow, text-align, etc.) so all five share buttons render identically.<button> while the
others are <a> links, and browsers apply different default styling to each even with the same CSS class;
added explicit resets (outline, box-shadow, text-align, etc.) so all five share buttons render identically.