Main Page

From GLMWiki
Revision as of 11:06, 23 February 2017 by Cscott (Talk | contribs)

Jump to: navigation, search

General Checklists

Policies and Proceedures

Services Documentation

Reference Information

Wordpress

Main checklist

Site Review

Go live checklist

Wordpress help

Helpful links for WordPress Standards

https://make.wordpress.org/core/handbook/best-practices/coding-standards/accessibility-coding-standards/

https://make.wordpress.org/core/handbook/best-practices/coding-standards/html/

https://make.wordpress.org/core/handbook/best-practices/coding-standards/php/

https://make.wordpress.org/core/handbook/testing/automated-testing/phpunit/

https://make.wordpress.org/core/handbook/best-practices/inline-documentation-standards/php/

https://make.wordpress.org/core/handbook/best-practices/inline-documentation-standards/javascript/

https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards


  • Removing unneeded files from a Theme for WordPress Repo

git archive -o example.zip HEAD

GLM Associate

Unused, replaced by Wordpress New Single Site Install Checklist, but have to verify nothing of importance remains

Plugins

GLM Plugin Update Server

URL: http://www.gaslightmedia.com/update_server/

Setting up a GLM Associate plugin/add-on to use the update server.

  • If the plugin does not have this code in "defines.php", add it now.
 /*
  *  Create a copy of the plugin slug that can be used as a variable prefix used to keep
  *  global instances from clashing with instances in other plugins.
  */
 $vprefix = str_replace('-', '_', GLM_pluginnamehere_PLUGIN_SLUG);
 define('GLM_pluginnamehere_PREFIX', $vprefix.'_');

Code Snippets

Facebook

Sharing Best Practices for Website & Mobile Apps

FaceBook Sharing Best Practices

Open Graph Object Debugger

Adding Facebook pixel code

Known Errors and Bugs and their Solutions


Categories

Front End Development

company meeting


Legacy Code

Legacy Code