Skip to content

Instantly share code, notes, and snippets.

View codersaiful's full-sized avatar

Saiful Islam codersaiful

View GitHub Profile
<?php
add_filter( 'wpt_archive_layout', 'wpt_custom_archive_layout' );
/**
* Determines the layout for the archive page. Specially for Shop page actually
* First enable from Configuration page.
* See @link https://wooproducttable.com/docs/doc/table-options/product-table-woocommerce-archive-category-tag-attribute-page/
*
* @param string $layout The current view. Available table|grid
* @return string The layout for the archive page. Possible values are 'table' or 'grid'.
@ajaydsouza
ajaydsouza / tptn_display_formatted_count.php
Last active July 22, 2017 22:11
Top 10 - tptn_list_count filter examples
<?php
/**
* Display the formatted list count.
*
* Add this code to your theme's functions.php file.
*
* @param $string $tptn_list_count Formatted list count
*/
function tptn_display_formatted_count( $tptn_list_count, $sum_count, $result ) {