July 29, 2017

Is there any way to send an email to admin?

Is there any way to send an email to admin when an order goes to pending payment while ordering by user in woo-commerce? Yes, it’s possible with the hook. Have a look here. WooCommerce – send custom email on custom order status change

July 24, 2017

Order Splitter for WooCommerce

WordPress Plugin – WooCommerce Order Splitter

June 30, 2017

WooCommerce Add-On / Woo Installments

Online Content Selling Tool

May 30, 2017

Option field value not loading on Archive page – WP_Query

  <?php global $development_logos; add_action(‘init’, ‘development_logos’); function development_logos(){ global $development_logos; $development_logos = get_field(‘development_logos’,’option’); } function dev_logos_func( $atts ){ global $development_logos; $devLogos = ‘<div id=”logos”>’; foreach($development_logos as $the_row){ $devLogos .= ‘<a href=”‘.$the_row[‘dev_url’].'” target=”_blank”>’.$the_row[‘dev_name’].'</a><div class=”logosTxt”>’.$the_row[‘dev_text’].'</div>’; } $devLogos .= ‘</div>’; return $devLogos; } add_shortcode( ‘dev_logos’, ‘dev_logos_func’ );

February 18, 2017

WooCommerce Email Hooks

Source: https://businessbloomer.com/woocommerce-visual-hook-guide-emails/

January 20, 2017

WordPress Plugin – Chameleon

WordPress Plugin – Chameleon

December 21, 2016

WordPress Lovers Gathering in Lahore Pakistan, 400+ Attended Lahore Meetup

Over the weekend, the WordPress community in Lahore, Pakistan held its 10th monthly meetup. It is an amazing effort by TechHub Pioneers to attract youth towards WordPress meetup. First ever WordPress Meetup was organized by Kamran Zahid of Timelenders a lead trainer, on 5th of April 2012 at Salt-n-Pepper Restaurant, Lahore Pakistan. The Second meetup […]

September 30, 2016

WordPress Plugin – WP Quick Shop

WordPress Plugin – WP Quick Shop