Thread Starter
Lucas
(@lucasdias097)
Ok, i will test.
But before, one thing dont be clear for me
When i go to “Mail” section, what i will put?
Protocolo <?php $components ?>
Protocolo $components
Protocolo [components]
Protocolo [body]
Sorry if is a stupid question, i’m am new in wordpress.
Thread Starter
Lucas
(@lucasdias097)
@andxbes
Ok, its works.
But i need that its called when i set the email.
Like:
Protocol: [protocol]
Nome: [your-name]
E-mail: [your-email]
Assunto: [your-subject]
Mensagem:
[your-message]
its possible?
there “$components[‘body’]” is all message (string) for any mails, before it will sending him
https://yadi.sk/i/2kEdvVkq3MkQFN
If you want to arrange insertion for any places then you need use “str_replece” by keywords
see https://gist.github.com/andxbes/cb29eb2cb7af1392fb461c0dffed76a5#file-function_v2-php
Sorry for my English
-
This reply was modified 8 years, 9 months ago by
James Huff.
-
This reply was modified 8 years, 9 months ago by
Андрій.
Yes. You can see next variant https://gist.github.com/andxbes/cb29eb2cb7af1392fb461c0dffed76a5#file-function_v2-php
There is replacing keyword to needed text .
Sorry for my English .
-
This reply was modified 8 years, 9 months ago by
Андрій.
Thread Starter
Lucas
(@lucasdias097)
Great!
Thanks bro
@andxbes