Learning PHP for WP Developer – PHP Syntax

PHP Syntax

As a WordPress expert, having a solid understanding of PHP is crucial to your success. In this post, we will introduce you to the PHP programming language, and PHP syntax and cover everything that a WordPress developer needs to know about PHP to work effectively. What is PHP? PHP is a server-side programming language that […]

Learning PHP for WP Developer – PHP Syntax Read More »

Store WordPress logs into separate file instead of showing on site

for security reasons, it’s better not to show errors on your site. We know we can use WP_DEBUG in the wp-config.php file in WordPress to show our site’s errors. But it’s not very good to show this logic directly to viewers. On the other hand, we need these errors to resolve problems on our site.

Store WordPress logs into separate file instead of showing on site Read More »

Scroll to Top