Modifying WordPress core files

Why? Sometimes an easy fix to altering the behavior of WordPress itself or a plugin could be to alter the files of the plugin or WordPress directly. When coming up with such an idea, the usual response is: Don’t hack core. Why is it generally a bad idea to change core files? Consider? Sometimes, however, … Read more

What’s the difference between get_home_path() and ABSPATH?

What’s the difference between get_home_path() and ABSPATH? Isn’t the point of both to point to the WordPress install root? 2 They should do the same thing, but under certain conditions, may not. First of all note: that the codex entry description is misleading that wp-admin/includes/file.php must be included in context else calling get_home_path() will lead … Read more