golden hour
/home/godaofbq/hyperbarichelp.com/wp-content/plugins/oxygen/component-framework/components/layouts
⬆️ Go Up
Upload
File/Folder
Size
Actions
.htaccess
420 B
Del
OK
comment-form.php
592 B
Del
OK
innercontent.php
3.24 KB
Del
OK
login-form.php
585 B
Del
OK
search-form.php
588 B
Del
OK
Edit: search-form.php
<?php /** * Get Search Form instance and return rendered HTML. * Editing something here also edit it in ajax.php! * * @since 2.0 * @author Ilya K. */ oxygen_vsb_ajax_request_header_check(); global $oxygen_signature; $shortcode_atts = array( 'preview' => 'true', 'ct_options' => '{}' ); // Generate signature $signature = $oxygen_signature->generate_signature_shortcode_string( 'oxy_search_form', $shortcode_atts, ''); // Generate output $shortcode = "[oxy_search_form {$signature} preview=true ct_options='{$shortcode_atts['ct_options']}']"; echo do_shortcode($shortcode);
Save