Action: tcp after loop tcp grid

Description

The “tcp_after_loop_tcp_grid” action is used to add elements at the end of the TheCartPress loop. This loop is used in widgets, shortcodes and in the default TheCartPress loop.

Example

<?php function my tcp_after_loop_tcp_grid( ) {
	echo '<p>The End</p>';
}

add_action( 'tcp_after_loop_tcp_grid', 'my_tcp_after_loop_tcp_grid' );

Change Log

Since 1.1.6

Related

tcp_after_loop_tcp_grid_item | Using TCP Loops