Advertencia: Call_user_func_array () espera que el parámetro 1 sea una devolución de llamada válida

Somewhere in your theme or plugins is a line like this:

add_filter( 'something', 'regis_options' );
Could also be add_action(). Find that piece of code and remove or fix it.
Shy Stork