Skip to content
View gandhihitesh9's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Ahmedabad, Gujarat, India
Block or Report

Block or report gandhihitesh9

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
gandhihitesh9/README.md
  • 👋 Hi, I’m @gandhihitesh9
  • 👀 I’m interested in Working on WordPress, Laravel, Codeigniter, Drupal, anything in PHP.
  • 🌱 I’m currently learning ReactJs as you know currently its on Trending and its future of Front End.
  • 💞️ I’m looking to collaborate on Any Type of Web & Mobile Products.
  • 📫 You can reach me through my skype:hitesh.gandhi42 or email.

Pinned Loading

  1. WooCommerce - Convert product detail... WooCommerce - Convert product details page tabs to sections. Without template overriding.
    1
    <?php
    2
    
    
    3
    add_filter("woocommerce_product_tabs", "ct_woocommerce_product_tabs", 20);
    4
    function ct_woocommerce_product_tabs(){
    5
    	
  2. post-meta-data-manager post-meta-data-manager Public

    Post Meta Data Manager For WordPress

    PHP 2

  3. wc-add-to-cart-button-labels-links wc-add-to-cart-button-labels-links Public

    PHP

  4. The Events Calendar Plugin - Hide Su... The Events Calendar Plugin - Hide Subscribe to calendar button when no events found on that day, week, month
    1
    <?php 
    2
    
    
    3
    add_filter("tec_views_v2_subscribe_links", "tec_views_v2_subscribe_links_cb", 100, 2);
    4
    function tec_views_v2_subscribe_links_cb($subscribe_links, $view){
    5
        if(empty($view->found_post_ids())){