Pergunta

Without using any JavaScript library like JQuery, how do I show an error to the user if the title of the Post exceeds 40 characters? I would like to use WordPress API/ PHP for this.

Foi útil?

Solução

When the form is submitted, check the length of the request parameter and return an error when it's too long.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top