6801 links
243 private links
  • Wanderings - Lost and Found Links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Play Videos
Links per page: 20 50 100
1 results tagged downloads x
  • thumbnail
    php - How to disable downloadable product functionality in woocommerce - Stack Overflow

    function CM_woocommerce_account_menu_items_callback($items) {
    unset( $items['downloads'] );
    return $items;
    }
    add_filter('woocommerce_account_menu_items', 'CM_woocommerce_account_menu_items_callback', 10, 1);

    August 21, 2018 at 5:34:25 AM UTC - permalink - archive.org -
    QRCode
    - https://stackoverflow.com/questions/38666414/how-to-disable-downloadable-product-functionality-in-woocommerce
    woocommerce downloads
Links per page: 20 50 100
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation