There is another topic with the same issue that is marked as resolved, but the issue is still not resolved.
Any AJAX calls are stopped due to the code in admin.php with the wp_die( __(‘You are not allowed to access this part of the site’) ); message.
I am looking to build a site with a job board for a employment agency or recruitment firm where they will post job openings for several of their client companies.
The goal is to have their client companies be able to have their own login profile and then be able to submit their own job openings that would be screened by the recruitment firm. Once approved that job opening would be posted without the brand or contact info of that company.
On the job seeker side, if they apply for a position it would go to the recruitment firm for review. If approved, it would then show up in the client company’s account as a potential candidate for that position but without the contact info of the job seeker.
Is this possible to do with your plugin (I have a very experienced WP developer on my team) or is your plugin just intended for a single company to post their job openings?
Thank you.
]]>Does Job Manager offer the ability to send an email to all applicants for a particular position, to notify them that the position has been filled?
Thank you,
– Duc Le
Is there a way to have the plugin generate a shortcode or a script to embed the listings in a section within a page instead of just the top or bottom of a page? Thanks!
]]>Is there a reason that you aren’t checking for DOING_AJAX constant on line 48 of admin.php as shown in example for access control here ( https://codex.www.ads-software.com/Plugin_API/Action_Reference/admin_init )?
It appears to be breaking AJAX functionality in other plugins by blocking requests. The plugin that I noticed this affecting was Simple Calendar (can’t change months on calendar without being logged in as admin), but I would assume that it would break others as well.
If this is not desired functionality could you please add a check for DOING_AJAX as described in the documentation above?
Thanks
https://www.ads-software.com/plugins/job-manager-by-jobscore/
]]>