- https://wordpress.org/plugins/duplicate-post/
- https://wordpress.org/plugins/wp-multibyte-patch/
- for Japanese bug fix.
- https://wordpress.org/plugins/add-featured-image-column/
- https://wordpress.org/plugins/wp-mail-catcher/
- https://ja.wordpress.org/plugins/siteguard/
- Install, But no need activate in test/local server.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (function ($) { | |
| })(jQuery); |
https://github.com/nodenv/nodenv#command-reference
$ nodenv versions
$ nodenv install -l
var hoge1;
var hoge2 = 1;
console.log("hoge1 =", typeof hoge1, typeof hoge1 === 'undefined'); // hoge1 = undefined true
console.log("hoge2 =", typeof hoge2, typeof hoge2 === 'undefined'); // hoge2 = number false
console.log("hoge3 =", typeof hoge3, typeof hoge3 === 'undefined'); // hoge3 = undefined true/**
*
*
---------------------------------------------------------*/
function isPost() {
return $_SERVER['REQUEST_METHOD'] === 'POST';
}$ php -r 'echo 1;'just follow official site instruction.
https://mailcatcher.me/
just copy-paste below line in php.ini
sendmail_path = /usr/bin/env catchmail -f [email protected]console.log(`EVENT: ${e.type}`);
↓
// EVENT: canplay