I add function 'listing_companions_Ajax' into $core_actions_post of admin-ajax.php. But discover after WP update that function is not present anymore.
$core_actions_post = array('oembed-cache',...,'listing_companions_Ajax');
Question: how can I add / hook this new function listing_companions_Ajax to the file admin-ajax.php without missing it after an WP update?