10973 shaares
367 liens privés
367 liens privés
249 résultats
taggé
wordpress
domain pattern in Accept requests from these HTTP referrers
Do you have concerns about the new #WordPress editor named #Gutenberg? I was lucky enough to attend this talk by…
/*
* User custom settings by @amicalmant
* define(‘WP_POST_REVISIONS’, true);
*/
define('WP_POST_REVISIONS', 5);
define('AUTOSAVE_INTERVAL', 300); // seconds
define('DISABLE_WP_CRON', true);
* User custom settings by @amicalmant
* define(‘WP_POST_REVISIONS’, true);
*/
define('WP_POST_REVISIONS', 5);
define('AUTOSAVE_INTERVAL', 300); // seconds
define('DISABLE_WP_CRON', true);
core_upgrader.lock
Nice #wordpress tip:
if ( isset($_GET['debug']) && $_GET['debug'] == 'debug') define('WP_DEBUG', true);…
if ( isset($_GET['debug']) && $_GET['debug'] == 'debug') define('WP_DEBUG', true);…