Friday, June 13, 2025

Tek Talk Pals

Tech Talk With Friends

  • About Us
  • Contacts
codeigniter PHP Web Development

How to use third party library code in codeigniter

August 4, 2021August 4, 2021 ttpalsComment(0)

In this short article, I am going to explain the way to use third party libraries in Codeigniter 3. As it is well know Codeigniter is a very flexible MVC. In Codeigniter, there is a folder called third_party in application folder. It is recommended to keep all your third party libraries in the third_party folder. […]

PHP Web Development Woocommerce Wordpress

Search product by multiple SKU in wordpress admin

July 24, 2019July 27, 2019 ttpalsComment(0)

This small plugin provide the functionality to add a button to upload CSV and then search the products by sku which are in first column of csv. Create a folder by name ‘multiple-sku-search’ under plugins directory of wordpress site. In this folder create a file ‘multiple-sku-search.php’ and copy-paste the above code in this file. Now […]

Web Development Woocommerce Wordpress

Show featured products on top on woocommerce shop page

February 25, 2019July 27, 2019 ttpalsComment(0)

Add this code to active theme functions.php, it will work with woocommerce 3.

PHP Web Development Wordpress

Base64 encoded image upload to wordpress media

January 29, 2019January 29, 2019 ttpalsComment(0)
PHP Woocommerce Wordpress

Delete all attribute name in woocommerce

January 28, 2019January 28, 2019 ttpalsComment(0)

To delete all attribute names in woocommerce

Web Design Web Development

Add table of content based on H2 tag

January 16, 2019February 14, 2019 ttpalsComment(0)

Add table of content based on H2 tag in html content.

PHP Web Development Wordpress

Update post slug as per post name

January 9, 2019January 9, 2019 ttpalsComment(0)
PHP Web Development Wordpress

Disable Post Edit link on post title in admin

January 8, 2019September 8, 2019 ttpalsComment(0)
PHP Web Development Wordpress

Display all hooks functions added to hook

January 7, 2019September 8, 2019 ttpalsComment(0)

Sometime it is required to list all the functions added to a hook in WordPress, Below in the given code, add this code to functions.php of theme and hit the site on front-end it will display all the added functions add to that hook with the priority of hooked function. 

Web Development Woocommerce Wordpress

Delete All Woocommerce Products

January 3, 2019February 6, 2019 ttpalsComment(1)

Sometime It needs to delete all the products of Woocommerce below is the list of query which can be executed directly to MySQL to delete all Woocommerce data in database. Basically such kind of query is required to delete all Woocommerce products which are imported/created in development process. Note: Please take a backup of your […]

Posts navigation

Older posts

Recent Posts

  • How to use third party library code in codeigniter
  • Search product by multiple SKU in wordpress admin
  • Show featured products on top on woocommerce shop page
  • Base64 encoded image upload to wordpress media
  • Delete all attribute name in woocommerce
2019 | All rights reserved www.tektalkpals.com.
  • About Us
  • Contacts