Comments on: Learning PHP for WordPress Development: Control Flow Basics https://wpshout.com/learning-php-for-wordpress-development-control-flow-basics/ A hub for advanced WordPress users, developers & savvy business owners. Thu, 23 Apr 2020 02:50:12 +0000 hourly 1 https://wordpress.org/?v=6.4.3 By: Fred Meyer https://wpshout.com/learning-php-for-wordpress-development-control-flow-basics/#comment-21503 Sat, 15 Jun 2019 06:44:03 +0000 https://wpshout.com/?p=18780#comment-21503 In reply to NW.

Thanks, there were actually a ton of typos in the two code examples there for some reason. Should be fixed.

Thanks again!

]]>
By: NW https://wpshout.com/learning-php-for-wordpress-development-control-flow-basics/#comment-21502 Fri, 14 Jun 2019 22:21:31 +0000 https://wpshout.com/?p=18780#comment-21502 <?php while ( $i < 3; ) :
echo 'oh no ';
— Looks to me like a php closing tag is missing…

]]>
By: Witty https://wpshout.com/learning-php-for-wordpress-development-control-flow-basics/#comment-21501 Fri, 12 Apr 2019 19:00:55 +0000 https://wpshout.com/?p=18780#comment-21501 Thanks very much, i perfectly understand all the examples.

]]>