add_filter('template_include', 'custom_modern_grid_template', 99);
function custom_modern_grid_template($template) {
if (is_category() || is_archive() || is_home() || is_search()) {
display_custom_modern_archive();
exit; // End execution safely without PHP warnings
}
return $template;
}
function display_custom_modern_archive() {
add_action( 'wp_footer', 'jaybhimtalk_global_custom_header', 999 );
function jaybhimtalk_global_custom_header() {
?>