Skip to content

Instantly share code, notes, and snippets.

View codeverbojan's full-sized avatar
🎯
Focusing

Bojan Josifoski codeverbojan

🎯
Focusing
View GitHub Profile
@codeverbojan
codeverbojan / custom-wp-die-handler-for-branded-error-pages.php
Created November 18, 2025 15:52
Custom wp_die handler for consistent error pages
/**
* Custom wp_die handler for consistent error pages
*/
function sf_custom_wp_die_handler($message, $title = '', $args = array()) {
// Default values
$defaults = array(
'response' => 500,
'back_link' => false,
'text_direction' => 'ltr',
'charset' => 'UTF-8',