Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other WordPress Question Re: WordPress Question

#132971
Alen
Participant

@jeldera you can just keep going by adding more
`$fields[ ‘new’ ] = ‘ //new code’;`

You can also drop fields by returning empty string. So
`$fields[ ‘author’ ] = ‘ ‘` would remove “Name” field.