ga_log_fatal_errors()

Google Analytics does not have a default exception report. You'll need to make one or find one in the Gallery. I recommend Ron Whitman's Exception Report. This function can't catch all errors, but it offers a glimpse into many that will prevent visitors from using the website. JavaScript errors are also logged in the same Read More »

remote_get()

This is basically wp_remote_get() with a caching aspect. If a resource is unavailable, Nebula will not remotely request from that hostname for 10 minutes to maintain quick load times. Never call this function without following it up with a check for on the response! Refer to the examples on this page. Read More »

search_theme_files()

This function is used by the Developer Information dashboard metabox and otherwise shouldn't need to be called manually. Read More »