| Name | Description |
|---|---|
| vcex_carousel_default_settings | (array) |Returns an array of default settings for theme carousels (OwlCarousel). |
| vcex_custom_field_param_choices | (array) |Returns an array of options for the theme's custom field parameter which is used to select a custom field in various theme elements when using WPBakery. |
| vcex_elementor_integration | (bool) |Check if the theme's Elementor integration is enabled. |
| vcex_feature_box_default_breakpoint | (string) |Returns the default breakpoint (sm,md,lg,xl) for the feature box stacking. |
| vcex_filter_taxonomy | (var) |Returns the taxonomy for the grid category filter via a child theme. |
| vcex_grid_default_title_tag | (string) |Allows you to tweak the default title tag (h2, h3, h4, etc) for the Post Types Grid, Portfolio Grid, Staff Grid and Testimonials Grid. |
| vcex_grid_query | (array) |Used to tweak the Post Types Grid, Portfolio Grid, Staff Grid, Blog Grid or Testimonials Grid query arguments. |
| vcex_icon_box_styles | (array) |Used to remove, add or change "Icon Box" selection. |
| vcex_image_translate_attachment | (bool) |Check whether the theme should automatically translate the image ID used when displaying an image via the Image element. |
| vcex_maybe_display_shortcode | (Bool) |Whether the specific shortcode should display or not. This hook passes the $shortcode_tag and $shortcode_attributes. |
| vcex_navbar_get_terms_args | (array) |Returns the array of arguments for the Navigation Bar element (vcex_navbar shortcode) to pass to get_terms() when displaying a taxonomy term based menu. |
| vcex_newsletter_form_action_url | (string) |Returns the url for the Newsletter element form action attribute. |
| vcex_optimize_carousels_onload | (bool) |Check if the theme should optimize carousel display on load. If true, the theme will display carousels as grid elements until the site has loaded to prevent LCP issues. |
| vcex_query_args | (array) |Returns the array of arguments to pass on to WP_Query for any theme element (Post Cards, Post Types Grid, etc). |
| vcex_toggle_close_icon_svg | (string) |Returns the toggle element close SVG icon. |
| vcex_toggle_open_icon_svg | (string) |Returns the toggle element open SVG icon. |
| woo_entry_card_style | (string) |Returns the name of the cart style to display for the current WooCommerce product entry. |
| wpex_{post_type}_entry_excerpt_length | (string) |Returns the excerpt length for the post type entry. Default is 40. |
| wpex_{post_type}_entry_overlay_style | (string) |Returns the overlay style for the custom post type entry thumbnail. |
| wpex_{post_type}_single_thumbnail_args | (array) |Returns correct arguments for the single post thumbnail for any custom post type using the theme's cpt-single-media.php template file |
| wpex_{post_type}_single_thumbnail_args | (array) |Returns arguments for the entry post thumbnail for any custom post type using the theme’s cpt-entry-media.php template file |
| wpex_add_search_toggle_ubermenu_classes | (bool) |Check if the theme should add the UberMenu specific classes to the header menu search toggle link when UberMenu is enabled. |
| wpex_author_bio_avatar_size | (integer) |Alters the default avatar size used in the author bio section for your single blog posts. |
| wpex_blog_entry_author_avatar_size | (integer) |Alters the default avatar size for the blog entry avatars when enabled. |
| wpex_blog_entry_columns | (integer) |The number of columns to display the current blog archive in. Will only work for the grid style. |
| wpex_blog_entry_style | (string) |The blog entry style for the current archive. Default is 'large-image-entry-style'. |
| wpex_blog_post_related_query_args | (array) |Arguments for the related blog items query. |
| wpex_blog_single_media_position | (string) |Returns correct position for your blog post media. |
| wpex_blog_style | (string) |Filters the blog entry style default is "large-image-entry-style". |
| wpex_blog_wrap_classes | (array) |Array of classes to be added to the main wrapper around your blog posts. |