Skip to main content




the Dynamic short code The function provides the ability to use a shortcode, dynamically, for anything for which Elementor does not provide a dynamic tag. While the possibilities are limitless, here are some examples:

  • Usar cualquier código corto de plugin de campo personalizado que no be compatible de forma nativa con Elementor
  • Embed an Elementor template via your shortcode
  • Using the shortcode of an external plugin
  • Use self-coded shortcodes, for example, conditionally displaying different messages on the page based on a custom shortcode created by a developer
  1. If a widget field has a dynamic option, click the Dynamic icon
  2. Please select Short code from the Place selections. This will add Short code in the dynamic field.
  3. Enter your short code in the Settings> Shortcode field.

file-8udrxkqw9x-6218410

file-qrdbjarbso-4656259

Importante: De forma predeterminada, por razones de seguridad, se escapa el HTML generado al usar códigos cortos. Si desea deshabilitar el escape, agregue la siguiente línea al archivo function.php de su tema:

add_filter ('elementor_pro / dynamic_tags / shortcode / should_escape', '__return_false');