How to hide something from custom home page with php code?

Try

!is_front_page()

Or

is_front_page()

But it depends on what the function is.