estimated_reading_time()

This returns the estimated reading time in minutes for an average of 250 words per minute reading speed. Note: Be sure to hook custom fields into the Nebula word_count() function…

nebula_sw_message

This is useful for syncing data/information between tabs without needing localstorage. Like closing a notification in one tab closes it in all tabs, or incrementing a counter on all tabs…

Add debug info to Contact Form 7 submissions

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; });…

Test of Gutenberg Blocks

…Button Secondary BG Button Primary Text Button Secondary Text Button Custom BG Button Primary Outline Button Suspendisse nec mi sit amet tellus congue varius Lorem ipsum dolor sit amet, consectetur…

logo()

This function prioritizes in the following order: A custom function that hooks into `nebula_logo` (an image file URL is the expected return) Customizer on sub-page when that one-color logo checkbox…

Welcome to the Gutenberg Editor

…new page and post building experience that makes writing rich posts effortless, and has “blocks” to make it easy what today might take shortcodes, custom HTML, or “mystery meat” embed…

Was this page helpful? Yes No


    A feedback message is required to submit this form.


    Please check that you have entered a valid email address.

    Enter your email address if you would like a response.

    Thank you for your feedback!