related_posts()

Results are stored in a transient for 24 hours for optimization.

Welcome to the Gutenberg Editor

Of Mountains & Printing Presses The goal of this new editor is to make adding rich content to WordPress simple and enjoyable. This whole post is composed of pieces of…

autocompleteSearch()

For an easier implementation, you could simply add the class s to the search input. See autocompleteSearchListeners(). On keypress or paste, this function triggers nebula_autocomplete_search_start. On autocomplete success, nebula_autocomplete_search_success is…

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

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!