Seguir el siguiente tutorial: https://wpforms.com/how-to-securely-send-wordpress-emails-using-gmail-smtp/
Resumen:
Seguir el siguiente tutorial: https://wpforms.com/how-to-securely-send-wordpress-emails-using-gmail-smtp/
Resumen:
Código base para formatear fecha
setlocale(LC_ALL,"es_ES");
$string = "20180417";
$date = DateTime::createFromFormat("Ymd", $string); // http://php.net/manual/es/datetime.createfromformat.php
echo strftime("%d %B %Y",$date->getTimestamp()); // http://php.net/manual/es/function.strftime.php
// return: 17 abril 2018| # Rederigir de un dominio sin www a uno con www | |
| RewriteEngine On | |
| RewriteCond %{HTTP_HOST} ^tudominio.com [NC] | |
| RewriteRule ^(.*)$ http://www.tudominio.com/$1 [L,R=301] |
Agregar las clases .d-flex y .align-items-center al contenedor principal del .modal.
Luego agregar las clases .ml-auto, .mr-auto, .mb-auto y .mt-auto al contenedor secundario .modal-dialog
Es mejor realizar mediante Javascript, poniendole de manera directa en el html puede generar conflictos en el modal. Recomiendo usar este código:
if ($('.modal.modal-vertical-center').length > 0) {
$('.modal.modal-vertical-center').each(function (index) {robots.txt
User-agent: *
Disallow: /login.html
Disallow: /imagenes/
Disallow: /*/subcarpeta/
Disallow: *
** Comandos **
Format code
# Windows
Shift + Alt + F
# Mac
Shift + Alt + F
#Linux
Ctrl + Shift + I
| /** | |
| * Seleccionar todas las fechas de un mes | |
| * param {int} year | |
| * param {int} month | |
| */ | |
| function getAllDatesOfMonth (year, month) { | |
| var date = new Date(year, month, 1); | |
| var days = []; | |
| while (date.getMonth() === month) { | |
| days.push(new Date(date)); |
| <div> | |
| <label>Páis *</label> | |
| <select name="cbo-country" id="cbo-country"> | |
| <option value="">Seleccione</option> | |
| <!-- List Option --> | |
| </select> | |
| </div> | |
| <div> | |
| <label>Departamento/Estado *</label> | |
| <select name="cbo-state" id="cbo-state" > |