WordPress Memory Exhausted Error

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2348617 bytes) in on line xxx To solve this problem need to increase PHP memory limit: First, you need to edit the wp-config.php file on your WordPress site. It…

How to debug wordpress site step by step

Debugging PHP code is a necessary component of any project, but WordPress has built-in debugging tools and technologies to make the process easier and more comfortable and to standardize code across the plugins, and themes. This page explains how to…

wordpress 5.9 warning issue solution

( ! ) Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘_disable_block_editor_for_navigation_post_type’ not found or invalid function name in /Users/joomshaper/Local Sites on line 307 You can use this code in your wp-config.php file. Just go to your WordPress installation…