Skip to content

Instantly share code, notes, and snippets.

View joomlabeat's full-sized avatar
💭
I may be slow to respond.

Ioannis Tsimpidis joomlabeat

💭
I may be slow to respond.
View GitHub Profile
@joomlabeat
joomlabeat / wp-config.php
Created November 27, 2021 09:01 — forked from MikeNGarrett/wp-config.php
All those damned wp-config constants you can never remember.
<?php
// PHP memory limit for this site
define( 'WP_MEMORY_LIMIT', '128M' );
define( 'WP_MAX_MEMORY_LIMIT', '256M' ); // Increase admin-side memory limit.
// Database
define( 'WP_ALLOW_REPAIR', true ); // Allow WordPress to automatically repair your database.
define( 'DO_NOT_UPGRADE_GLOBAL_TABLES', true ); // Don't make database upgrades on global tables (like users)
// Explicitely setting url
@joomlabeat
joomlabeat / WP-Core-Blocks-List.txt
Last active December 17, 2021 08:03
Wordpress Core Editor Blocks List 2021 - Includes widgets and theme category blocks
'core/paragraph'
'core/image'
'core/heading'
'core/gallery'
'core/list'
'core/quote'
'core/shortcode'
'core/archives'
'core/audio'
'core/button'