Skip to content

Custom code snippets and examples for SkyVerge-built WooCommerce extensions

Notifications You must be signed in to change notification settings

webusat/wc-plugins-snippets

This branch is 223 commits behind godaddy-wordpress/wc-plugins-snippets:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

687cb28 · May 28, 2018
May 1, 2018
Jan 17, 2017
Feb 5, 2016
Feb 17, 2017
Feb 5, 2016
May 28, 2018
Feb 5, 2016
Apr 17, 2017
Mar 13, 2018
Feb 5, 2016
May 19, 2017
Feb 5, 2016
Feb 5, 2016
Dec 19, 2017
Nov 30, 2017
Feb 5, 2016
Mar 8, 2016
Feb 5, 2016
Feb 5, 2016
Feb 5, 2016
Feb 5, 2016
Feb 5, 2016
Mar 21, 2018
Sep 11, 2017
Feb 15, 2016
Feb 5, 2016
Feb 5, 2016
Feb 5, 2016
Feb 5, 2016
Feb 5, 2016
Feb 5, 2016
Feb 5, 2016
May 4, 2018
Feb 5, 2016
Nov 8, 2017
May 17, 2018
May 17, 2018
Feb 11, 2016
Mar 22, 2018
Feb 5, 2016
Oct 24, 2016
May 25, 2018
May 22, 2018
Aug 21, 2017
Mar 17, 2017
Mar 17, 2017
Feb 5, 2016
Jan 1, 2018
Oct 25, 2016
Sep 28, 2017
Feb 5, 2016
May 4, 2018
Oct 24, 2017
Feb 5, 2016
Feb 17, 2016
Mar 17, 2017
Jan 19, 2018

Repository files navigation

SkyVerge WooCommerce Plugins

Welcome to the wc-plugins-snippets repository! This repository stores code snippets related to SkyVerge WooCommerce plugins to modify or add onto plugin behavior.

Code snippets are organized by plugin (folder), and each plugin's folder includes one file per snippet or code example. The file name describes the snippet functionality.

Some larger plugins, such as Memberships, may have sub-folders by category / snippet type to make it easier to find relevant snippets.

Please ensure you know how to add custom code to your website if you use any of these code snippets. These are provided publicly as a courtesy, and are not supported, so you should be familiar with adding code to your site to use them.

Issues and Contributions

If you notice a snippet is outdated, we welcome pull requests for updates 😸

We also welcome new snippets! Please first check to see if a similar snippet exists, then submit a PR adding your snippet to the appropriate plugin folder(s), and ensure the name of the file is descriptive of what the snippet does. Including a brief description at the top snippet file is also helpful.

PR Guidelines

  • Please ensure that your PR follows WordPress coding standards and conventions.

  • All snippets should be PHP 5.3-compatible and use best WooCommerce practices. Try to maintain compatibility at least as far back as WooCommerce 2.6.x, or otherwise note requirements in the snippet.

  • Please use "poor man's namespacing" for function names by using this format:

function sv_wc_{plugin_name}_my_function() {
   // the function code
}
  • Files should include one "snippet" or example per file.

  • If your snippet relates to multiple plugins, put it in both folders so it's easy to find.

Licensing

All snippets / code in this repository is GPL licensed (GNU General Public License v3.0). If you plan to contribute your own snippets, please note that they will adopt this license.

About

Custom code snippets and examples for SkyVerge-built WooCommerce extensions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.4%
  • CSS 0.6%