Simple snippets I use for WP Job Manager in WordPress.
-
Disable job promotion(PHP)
Disables the promote-option for jobs in the dashboard. -
Register job shortcodes(PHP)
Get job-fields by job-id (GET) and register them in shortcodes like [wpjm-job-title], [wpjm-job-type] ... -
Enable Gutenberg(PHP)
Removes template lock and enables Gutenberg editor for job listings. -
Remove admin fields(PHP)
Removes admin fields from jobs. -
application default value(PHP)
Set up default value for application redirect (url). -
enable jobs for editor role(PHP)
Enable management for jobs to editor role.
Important
No code is perfect. Should you spot a bug, please report it here via Github.
If you have suggestions for features or how certain code works, I'd love to hear your feedback. However, I can't guarantee their implementation.
Note
Useful links
Wordpress
WP Job Manager — plugin site
WP Job Manager — website