function change_company_slug( $args ) { return "new_slug"; } add_filter( 'wp_job_manager_companies_company_slug', 'change_company_slug' );