lazy_iframe()
This is a convenient alias of lazy_load(). Note: this function does not need to use echo as it prints immediately. This uses JavaScript to load iframes after the page has…
lazyLoadHTML()
…the load function manually, use nebula_load event trigger: jQuery(document).trigger(‘nebula_load’); Once the load function is triggered, the listeners are removed (except for the force_load trigger) as they are no longer needed….
lazy_img()
This is a convenient alias of lazy_load(). Note: this function does not need to use echo as it prints immediately. This uses JavaScript to load images after the page has…
set_global_session_cookie()
The setcookie() function will only be used if headers have not been sent….
isInView()
This will return true even if a sliver of the element is in the viewport. It will also work if the element extends both above and below the viewport (if…
get_data()
This is used for data stored outside of Nebula Options. It is also stored in an array.
video_meta()
This function returns an array that includes data such as “raw”, “title”, “safetitle”, “description”, “thumbnail”, “author”, “date”, “url”, “duration” (which is an array of “time” and “seconds”). This function includes…
weather()
Brief warning that the Yahoo API (from my experience) is not very reliable as far as up-time. Nebula caches the data and prevents long timeouts, but the weather data itself…
relative_time()
…this function to something like “nebula_general_time()” or “nebula_time_of_day()”. Similarly, here is a graphic of body classes that get added for various times of day. This also includes the relative times…