job_bm_company_edit_unauthorized_textPickPluginsAugust 19, 2019Filter Hook add_filter('job_bm_company_edit_unauthorized_text','job_bm_company_edit_unauthorized_text', 90); function job_bm_company_edit_unauthorized_text( $text){ $text = __('Unauthorized custom text',''); return $text; }