WP_INC_URL >> WP_INCLUDES_URL
Renaming for consistency with WP constants. Though it doesn’t exist yet, it may in the future, hence the check to see if it’s defined first. if (!defined(‘WP_INCLUDES_URL’)) { define(‘WP_INCLUDES_URL’, includes_url()); }