Skip to content
View nczz's full-sized avatar
🇹🇼
寫 code 不一定會幫你賺到錢,但會寫 code 能生活的有意思點。
🇹🇼
寫 code 不一定會幫你賺到錢,但會寫 code 能生活的有意思點。
Block or Report

Block or report nczz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. work_with_wordpress work_with_wordpress Public

    整理工作上跟 WordPress 有關的資訊,外掛下載:

    PHP 45 11

  2. wctpe2018 wctpe2018 Public

    WordCamp Taipei 2018 Campaign site

    PHP 4 1

  3. fb2wp-integration-tools fb2wp-integration-tools Public

    repo clone from WordPress.org svn

    PHP 2 1

  4. Backup2Cloud Backup2Cloud Public

    VPS Backup to Cloud tool!

    Shell 1 1

  5. presentation presentation Public

    all my talk about

    HTML

  6. 調整適合在台灣銷售的 WooCommerce 結帳頁表單欄位(含郵遞區號... 調整適合在台灣銷售的 WooCommerce 結帳頁表單欄位(含郵遞區號自動選擇)WooCommerce v3.3 版後適用 Blog: https://www.mxp.tw/5961/
    1
    <?php
    2
    function mxp_woocommerce_version_check($version = '3.3') {
    3
        if (class_exists('WooCommerce')) {
    4
            global $woocommerce;
    5
            if (version_compare($woocommerce->version, $version, ">=")) {