Aviso: Call_User_Func_ARRAY () espera que o parâmetro 1 seja um retorno de chamada válido

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