twitter_cache()
This function can be called as a PHP function or via JavaScript using AJAX. Nebula adds a markup key to the Twitter object where it wraps detected strings in HTML…
This function can be called as a PHP function or via JavaScript using AJAX. Nebula adds a markup key to the Twitter object where it wraps detected strings in HTML…
This function concatenates the new field/event to the existing string and then sets a custom dimension (if used). As the user moves through the form, the data is sent to…
This function wouldn’t be called directly, but becomes important when squeezing every millisecond out of performance. The Nebula Option for jQuery allows for it to be moved to the footer….
This function facilitates the animation class and reflowing the element as needed in a single function so it does not need to be done manually in multiple steps.
This function stores all data in a window object called onces….
…and deregisters the asset. Then it logs it in Nebula to appear in the WordPress admin bar (under the Edit Post menu). Nebula will only show the log when the…
This is useful so you don’t need to make multiple calls to nebula()->option() for each address component….
PHP add_filter(‘nebula_cf7_debug_info’, function($debug_info){ //Add custom data to the debug info if ( get_option(‘tier_name’) ){ $debug_info[‘tier’] = get_option(‘tier_name’); } return $debug_info; });…
The format of each line in the log is: [timestamp] message (on file) Example: [Saturday, April 19, 2020 – 10:51:51am] This is a test. (on https://nebula.gearside.com/documentation/)…