add_action( 'job_bm_job_edit_after', 'job_bm_job_edit_after_26072019', 15 );
if ( ! function_exists( 'job_bm_job_edit_after_26072019' ) ) {
function job_bm_job_edit_after_26072019(){
?>
<pre>Content after job edit form</pre>
<?php
}
}
