File manager - Edit - /home/verseaumee/lauvia/wp-content/plugins/trx_addons/components/cpt/properties/widget.properties_search-sc-vc.php
Back
<?php /** * Widget: Properties Search (Advanced search form) (WPBakery support) * * @package ThemeREX Addons * @since v1.6.22 */ // Don't load directly if ( ! defined( 'TRX_ADDONS_VERSION' ) ) { exit; } // Add [trx_widget_properties_search] in the VC shortcodes list if (!function_exists('trx_addons_sc_widget_properties_search_add_in_vc')) { function trx_addons_sc_widget_properties_search_add_in_vc() { if (!trx_addons_exists_vc()) return; vc_lean_map("trx_widget_properties_search", 'trx_addons_sc_widget_properties_search_add_in_vc_params'); class WPBakeryShortCode_Trx_Widget_Properties_Search extends WPBakeryShortCode {} } add_action('init', 'trx_addons_sc_widget_properties_search_add_in_vc', 20); } // Return params if (!function_exists('trx_addons_sc_widget_properties_search_add_in_vc_params')) { function trx_addons_sc_widget_properties_search_add_in_vc_params() { return apply_filters('trx_addons_sc_map', array( "base" => "trx_widget_properties_search", "name" => esc_html__("Properties Search", 'trx_addons'), "description" => wp_kses_data( __("Insert advanced form for search properties", 'trx_addons') ), "category" => esc_html__('ThemeREX', 'trx_addons'), "icon" => 'icon_trx_widget_properties_search', "class" => "trx_widget_properties_search", "content_element" => true, "is_container" => false, "show_settings_on_create" => true, "params" => array_merge( array( array( "param_name" => "title", "heading" => esc_html__("Widget title", 'trx_addons'), "description" => wp_kses_data( __("Title of the widget", 'trx_addons') ), "admin_label" => true, "type" => "textfield" ), array( "param_name" => "type", "heading" => esc_html__("Layout", 'trx_addons'), "description" => wp_kses_data( __("Select widget's layout", 'trx_addons') ), "admin_label" => true, 'save_always' => true, "std" => "horizontal", "value" => array_flip(apply_filters('trx_addons_sc_type', trx_addons_get_list_sc_directions(), 'trx_widget_properties_search')), "type" => "dropdown" ), array( "param_name" => "orderby", "heading" => esc_html__("Order by", 'trx_addons'), "description" => wp_kses_data( __("Select the sorting type for search results", 'trx_addons') ), "std" => "date", 'save_always' => true, "value" => array_flip(trx_addons_get_list_sc_query_orderby('', 'date,price,title')), "type" => "dropdown" ), array( "param_name" => "order", "heading" => esc_html__("Order", 'trx_addons'), "description" => wp_kses_data( __("Select the sorting order for search results", 'trx_addons') ), "std" => "desc", 'save_always' => true, "value" => array_flip(trx_addons_get_list_sc_query_orders()), "type" => "dropdown" ) ), trx_addons_vc_add_id_param() ) ), 'trx_widget_properties_search' ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings