Skip to content
Read For Learn
Read For Learn
  • Database
    • Oracle
    • SQL
  • C
  • C++
  • Java
  • Java Script
  • jQuery
  • PHP
Read For Learn
  • Database
    • Oracle
    • SQL
  • C
  • C++
  • Java
  • Java Script
  • jQuery
  • PHP

debug

Theme parts path location dump

While there are some WP–specific solutions that track template files, for complicated projects pretty much the only reliable list is using get_included_files() PHP function at the end of page load. It would give you everything, including WP core, but filtering it down to theme is relatively easy.

Categories debug Tags debug, get-template-part, include, paths, template-include

Debugging Missing Elements in Taxonomy

Debugging Missing Elements in Taxonomy

Categories custom-taxonomy Tags custom-taxonomy, debug

Blank sign in page

is your site working? or problem it’s just with admin? try to review apache access & error logs for possible clues. Try also to review htaccess, bad rewrite could break your site

Categories wp-admin Tags debug, fatal-error, troubleshooting, wp-admin

How can I turn off WP_DEBUG_LOG messages coming from a specific plugin or theme?

You are probably annoyed by too many DEBUG messages of unrelated plugins. The best solution I found for this was to turn on DEBUG logging only if a certain URL is matched: if (strpos($_SERVER[‘QUERY_STRING’], ‘page=myplugin’) !== false) define(‘WP_DEBUG_LOG’, true); else define(‘WP_DEBUG_LOG’, false);

Categories debug Tags debug

How to find which plugin crashes

How to find which plugin crashes

Categories errors Tags debug, errors

wp_enqueue_script was called incorrectly… i want to work with debug on

ok… after @milo comments i went ahead and searched for wp_enqueue_scripts in my plugin folders and found 2 plugins doing it wrong. Fixed them (until the next update) and everything works… So, i have no controll – these are good plugins and yet. wrote the plugins authors and hope for the best. thats all – … Read more

Categories wp-enqueue-script Tags debug, wp-enqueue-script

Plugins effecting layout & login

Not sure if the Notice error is related to the problem with the layout and the css, but as it is the only information you are giving, I answer to it; anyway is an important error you should fix. That error means that you are using add_option function somewhere with an invalid parameter, exactly with … Read more

Categories plugins Tags debug, login, plugins

Method ‘post_title’ not found in class.

Two lines of code could hide many things but I find an error: post_title is an attribute and not a method. echo $post->post_title; Reference: https://codex.wordpress.org/Class_Reference/WP_Post

Categories debug Tags debug, ide, post-class

Formatting wordpress debug messages

Formatting wordpress debug messages

Categories server Tags debug, hosting, server

How to find the function which is outputting Array

How to find the function which is outputting Array

Categories PHP Tags array, debug, php
Older posts
Newer posts
← Previous Page1 … Page5 Page6 Page7 … Page36 Next →
+ More

Recommended Hostings

Cloudways: Realize Your Website's Potential With Flexible & Affordable Hosting. 24/7/365 Support, Managed Security, Automated Backups, and 24/7 Real-time Monitoring.

FastComet: Fast SSD Hosting, Free Migration, Hack-Free Security, 24/7 Super Fast Support, 45 Day Money Back Guarantee.

Recent Added Topics

  • Bug in translation system: load_theme_textdomain() returns true, files are available and accessible but the language defaults to english
  • Custom Elementor controls not appearing in the widget Advanced tab using injection hooks
  • Get the name of the template/*html file used
  • Trying to Add Paging to Single Post Page
  • Sharing media files between live and staging servers
  • How to display the description of a custom post type in the dashboard?
  • Critical error on image display
  • Copying WP data and files into new install?
  • How to determine the DirectAdmin WordPress backup date?
  • How to get list of ALL tables in the database?
© 2026 Read For Learn
Next Page »
  • Database
    • Oracle
    • SQL
  • algorithm
  • asp.net
  • assembly
  • binary
  • c#
  • Git
  • hex
  • HTML
  • iOS
  • language angnostic
  • math
  • matlab
  • Tips & Trick
  • Tools
  • windows
  • C
  • C++
  • Java
  • javascript
  • Python
  • R
  • Java Script
  • jQuery
  • PHP
  • WordPress