• It looks like I’m not going to get any help with this plugin, so I’m going through php code, trying to figure out what it’s doing. I’d like to display information that’ll tell me where I’ve been.

    I’ve tried “echo” and I’ve tried “print”. Neither shows up on the screen.
    I want to do something trivial like echo “shipping = ” . $shipping;
    but it never displays.

    I’ve turned on WP_DEBUG and I’ve turned on WP_DEBUG_LOG and nothing shows up on screen or in the debug.log file.

    How DO I get things I want to display to show up?

  • The topic ‘HOW get echo (or whatever IS NEEDED) to display on the SCREEN’ is closed to new replies.