Thank you, bnwilson!!
Although I have still other issue after following your direction, I can access to dashboard finally!!!
This is my lines:
942-945
/* function wp_embed_register_handler( $id, $regex, $callback, $priority = 10 ) {
global $wp_embed;
$wp_embed->register_handler( $id, $regex, $callback, $priority ) ;
} */
1073-1077
/* function wp_maybe_load_embeds() {
if ( ! apply_filters( ‘load_default_embeds’, true ) )
return;
wp_embed_register_handler( ‘googlevideo’, ‘#https://video\.google\.([A-Za-z.]{2,5})/videoplay\?docid=([\d-]+)(.*?)#i’, ‘wp_embed_handler_googlevideo’ );
}*/
After those corrections,
I’ve got this error message on my pages:
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘wp_maybe_load_embeds’ was given in /home/a4527299/public_html/wp-includes/plugin.php on line 406