Translating a WordPress Plugin on the Command Line Step by Step

Menu
  • Find plugins
  • Learn
    • Blog
    • About us
    • Contact
  • Get help
    • Ask us
    • Support guidelines
  • Account
Menu Close Menu

Translating a WordPress Plugin on the Command Line Step by Step

Author: Justin Stern

Justin is one of our co-founders, and is our resident overengineer. He likes to write developer tutorials and make black magic happen in our plugins. He thinks that writing code is a lot easier than writing words.
WordPress development tutorials

Translating a WordPress Plugin on the Command Line Step by Step

The purpose of this article is to provide a quick and easy to follow step-by-step guide to extracting text strings from a WordPress plugin for translation from the command line….

Read More

Tutorials WordPress Development March 1, 2013
WordPress development tutorials

WordPress Get DB Table Column Names

To get the column names for a MySQL database table in WordPress, use the following: global $wpdb; $table_name = $wpdb->prefix . ‘posts’; foreach ( $wpdb->get_col( “DESC ” . $table_name, 0…

Read More

Tutorials WordPress Development January 14, 2013

Guide to Migrating Your Plugin to WooCommerce 2.0

With the release of WooCommerce 2.0 becoming more imminent (well, maybe not quite imminent yet, but certainly drawing nearer), those of us with WooCommerce plugins need to start work on…

Read More

Tutorials WooCommerce Development January 14, 2013

Tweaking the WooCommerce Order Admin: Searching For Custom Fields

The WooCommerce Order Admin allows you to search for orders by the following fields: order key billing first name billing last name billing company billing address 1 billing address 2…

Read More

Tutorials WooCommerce Development December 12, 2012
WordPress development tutorials

Don’t Share Terms Between WordPress Taxonomies

By default WordPress will reuse terms with the same name and slug between different taxonomies (at least for now). For instance, if you add the term ‘red’ as a tag,…

Read More

Tips & How To Tutorials WordPress Development November 20, 2012

WooCommerce Order Admin Calc Line Totals

Compatibility Notice: The following article and code applies to pre-WooCommerce 2.1 only. It is not compatible with WooCommerce 2.1+ As of version 1.6.5.2 at least, WooCommerce does not provide a…

Read More

Engineering WooCommerce Development September 30, 2012
Ask SkyVerge

Hide WooCommerce "Free" Price Label

A common WooCommerce question lately has been how to hide the “Free” price label in the product/category/shop pages. Thanks to WooCommerce’s judicious use of filters/actions, this is very easy request,…

Read More

Ask SkyVerge WooCommerce Development August 23, 2012
WP Development

Extending the WordPress XML-RPC API

The purpose of this article is to describe the WordPress XML-RPC API, explain how to use it, and demonstrate how to extend it to create custom API methods for interacting…

Read More

Engineering WordPress Development August 20, 2012
WP Development

Writing a Plugin That Can Be Localized by WPML

Writing a custom plugin that can be translated by WPML (WordPress Multilingual) using .mo files is actually quite simple once you figure out how to generate the .mo file. My…

Read More

Engineering WordPress Development August 10, 2012

Hide Certain WooCommerce Sub-Categories in Catalog

WooCommerce provides some coarse control over displaying sub categories in your shop/category pages with the “Show subcategories on category pages” and “Show subcategories on the shop page” options on the…

Read More

Ask SkyVerge Tutorials WooCommerce Development August 9, 2012
1 2 3 4 Next »

More Info

  • Plugins
  • Memberships
  • What our customers say
  • Contact Us
  • Get Support

SkyVerge Stats

  • 53 WooCommerce extensions
  • 3,798,762 WordPress.org Plugin Downloads
  • 55 WooCommerce Articles
  • 168 Total Blog Posts

Join the Email List

  • Hidden

© SkyVerge 2023 | Tools for eCommerce Stores
Privacy Policy | Terms & Conditions | Our Trademark
  • Twitter
  • Facebook
  • GitHub
  • About
  • My account