File: /var/www/html/wpbiancoarte/wp-content/themes/hiroshi/inc/404/templates/404.php
<?php
// Hook to include additional content before 404 page content
do_action( 'hiroshi_action_before_404_page_content' );
// Include module content template
echo apply_filters( 'hiroshi_filter_404_page_content_template', hiroshi_get_template_part( '404', 'templates/404-content', '', hiroshi_get_404_page_parameters() ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
// Hook to include additional content after 404 page content
do_action( 'hiroshi_action_after_404_page_content' );