Hi guys, I need to know about these two PHP codes explanation. Can anyone please tell me more? Thank in advance! <?php do_action( 'storefront_before_footer' ); ?> <?php do_action( 'storefront_after_footer' ); ?> PHP: Theme: Woocomerce Storefront Code location: Theme Footer (footer.php)
Some references: https://stackoverflow.com/questions/26781857/how-do-do-action-and-add-action-work https://developer.wordpress.org/reference/functions/do_action/