Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter couponoasis

    (@couponoasis)

    FIXED

    Line 1:

    <?php get_header(); http_response_code( 404 ); //var_dump( http_response_code() ); ?>

    Changed to:

    <?php get_header(); ?>

    Wow, thanks, I will give it a try later today and will get back to you….

    Satguy

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Returns Call to Undefined Function http_response_code()’ is closed to new replies.