Support

Account

Home Forums Feature Requests Option to trim custom field Reply To: Option to trim custom field

  • Hi @radovan.smitala

    TO have this option built into the core would bloat the plugin.

    You can easily do this via code like so:

    
    echo trim( get_field('field_name') );