• hookr.io
  • /
  • plugins
  • /
  • maps-builder
  • /
  • 2.1.1
  • /
  • classes
  • /
  • cmb2_display_textarea

The WordPress Hook/API Index

  • All 372
  • New 1
  • Hooks 172
  • Actions 49
  • Filters 123
  • Classes 99
  • Constants 15
  • Functions 85
  • Shortcodes 1
  • Core
  • Plugins
  • Themes
  • Features
  • Plugin
  • About
  • Contact

CMB2_Display_Textarea

The Maps Builder CMB2 Display Textarea class.

Defined (1)

The class is defined in the following location(s).

/vendor/wordimpress/maps-builder-core/includes/libraries/metabox/includes/CMB2_Field_Display.php  
  1. class CMB2_Display_Textarea extends CMB2_Field_Display { 
  2. /** 
  3. * Display textarea value. 
  4. * @since 2.2.2 
  5. */ 
  6. protected function _display() { 
  7. echo wpautop( wp_kses_post( $this->value ) ); 
  8. } 
  9. } 
  • Version(s)
    Since
    2.1
    Others
    • 2.1.1
    • 2.1
  • Tags
    • plugin
    • class
    • CMB2_Display_Textarea
    • Maps Builder
    • 2.1.1
© 2018 hookr.io (beta) | Privacy | Proudly Powered by WordPress