Başlangıç
<?php
/**
* Hook – grocery_store_container_wrap_end
*
* @hooked container_wrap_end – 999
*/
do_action( 'grocery_store_container_wrap_end', esc_attr( $layout ) );
get_footer();
<?php
/**
* Hook – grocery_store_container_wrap_end
*
* @hooked container_wrap_end – 999
*/
do_action( 'grocery_store_container_wrap_end', esc_attr( $layout ) );
get_footer();