-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include Deactivate Listing in Job Actions #2860
Comments
@Scotm19 `<?php
// add Button
} // prepare deactivate
} // success message ' . ';esc_html('Success.', 'wp-job-manager') . ' } }` |
hey, great, thanks, I have adopted it and it works just fine, it should find its way into the core, very helpful. Here the WPML adapted version, remains in the current language: /**
// Prepare Deactivate
} // Success Message ' . ';esc_html('Job successfully deactivated.', 'wp-job-manager') . ' } } |
Is your feature request related to a problem? Please describe
Employers often need to remove job listings for various reasons, but the only option they have is to Delete a job from their jobs dashboard.
Describe the solution you'd like
Include an action in the jobs dashboard menu that allows employers to deactivate a job listing (sending the listing to Draft status).
The text was updated successfully, but these errors were encountered: