Posts by thiagoprogramador • 31 points
3 posts
-
0
votes2
answers39
viewsQ: How to view class information
I want to show the values of a class but I don’t know how to access it. The result of print_r($this->order); showcase WC_Order Object ( [status_transition:protected] => [data:protected] =>…
-
2
votes8
answers45427
viewsA: How to disable the scroll of a web page?
try this: <body style="overflow:hidden;"> and go back to count. ;) 0
-
1
votes2
answers4741
viewsA: HTML + PHP contact form
Use HTML javascript authentication in the fields so the person is alerted while typing. It is not interesting to use the php mail function because the messages can go to the trash or be rejected by…