Skip to content

Instantly share code, notes, and snippets.

View metodiew's full-sized avatar
👋

Stanko Metodiev metodiew

👋
View GitHub Profile
https://cssbattle.dev/play/109
<div class="a">
<div class="b"></div>
<div class="b"></div>
<div class="b"></div>
<div class="b"></div>
</div>
<div class="a">
<div class="b"></div>
@metodiew
metodiew / WordPress Core Contribution Guide.md
Last active October 26, 2019 12:21
This is a Gist with a list of steps for contributing back to WordPress Core

WordPress Core Contribution Guide

Agenda

  • Contributing to WordPress
  • Contributing to WordPress Core with code
  • Trac
  • Patches
  • Version control
  • Local Installation
  • npm
@metodiew
metodiew / wp-config.php
Last active January 11, 2016 16:45
my wp-config tricks for localhost development
define( 'WP_DEBUG', true );
error_reporting( E_ALL );
ini_set( 'display_errors', 'yes' );
define( 'FS_METHOD', 'direct' ); // Allows you to upload/update themes/plugins/core from your localhost
define( 'WP_DEBUG_LOG', true );
define( 'SCRIPT_DEBUG', true );
define( 'MEDIA_TRASH', true ); // Enable the "Trash" Feature for Media Files
define( 'DISALLOW_FILE_EDIT', true ); // Disable theme/plugin editor