Mmm, I think that was my point, wasn't it?
"At the end of the day" = "is just syntactic sugar"
OOP Design is another story. ie: Should a feature be written as a function or a class?
If you look at Buzz PHP, all my classes are in files starting with "C" and all my functions are in classes starting with "F"
http://www.buzzphp.com/
The question of should a feature be written as a "function" or a "class" is a difficult one. Often it does come down to syntactic sugar. ie: How do you want a feature exposed to the API programmer? There is no one correct answer.
But, to the original question, "Should I learn OOP", the answer is yes.
To the question, "Should I learn OO Design?" The answer is, um, yes, but it is very very hard to come up with good OO designs.