PressCrew/wp-sdl

html->input() example incorrectly says to echo return value

Closed this issue · 0 comments

In https://github.com/PressCrew/wp-sdl/blob/master/examples/html/input.php#L15, you say to echo the return value of the input() method call. But this gives you a fatal error, because you're returning the object (for chaining).