┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/var/www/html/much-better-oil/wp-content/fluent-snippet-storage
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: 1-laug.php
<?php // <Internal Doc Start> /* * * @description: * @tags: * @group: * @name: laug * @type: PHP * @status: published * @created_by: 2 * @created_at: 2026-05-21 08:32:09 * @updated_at: 2026-05-21 08:32:14 * @is_valid: 1 * @updated_by: 2 * @priority: 10 * @run_at: all * @load_as_file: * @load_in_block_editor: * @condition: {"status":"no","run_if":"assertive","items":[[]]} */ ?> <?php if (!defined("ABSPATH")) { return;} // <Internal Doc End> ?> <?php function language_specific_shortcode( $atts, $content = null ) { // Check if Polylang is active and language is set if ( function_exists( 'pll_current_language' ) ) { $current_language = pll_current_language(); // Get current language code // Check if the current language is Greek (el) if ( $current_language === 'el' ) { // Content to display if language is Greek ?> <table class="european-icons"> <tbody> <tr> <td><img src="/wp-content/uploads/2024/02/europaiko_top.jpg" alt="Ευρωπαϊκό Γεωργικό Ταμείο Αγροτικής Ανάπτυξης - «Η Ευρώπη επενδύει στις αγροτικές περιοχές»" /></td> <td><img src="/wp-content/uploads/2024/02/greek_top.jpg" alt="ΕΛΛΗΝΙΚΗ ΔΗΜΟΚΡΑΤΙΑ ΥΠΟΥΡΓΕΙΟ ΑΓΡΟΤΙΚΗΣ ΑΝΑΠΤΥΞΗΣ ΚΑΙ ΤΡΟΦΙΜΩΝ." /></td> <td><img src="/wp-content/uploads/2024/02/agrotiki_top.jpg" alt="Πρόγραμμα Αγροτικής Ανάπτυξης" /></td> <td><img src="/wp-content/uploads/2024/02/espa_top.jpg" alt="ΕΣΠΑ" /></td> </tr> <tr> <td class="sygxrimatodotisi" colspan="4"><img src="/wp-content/uploads/2024/02/sygxrimatodotisi_top.jpg" alt="Με τη συγχρηματοδότηση της Ελλάδας και της Ευρωπαϊκής Ένωσης" /></td> </tr> </tbody> </table> <style> .european-icons { margin:0 auto; width:100%; max-width:800px; border:0!important; } .european-icons .sygxrimatodotisi img {width:100%;max-width:413px;} .european-icons td:not(.sygxrimatodotisi) img {height:100%;max-height:80px;} .european-icons td:not(.sygxrimatodotisi) {width:25%;} .european-icons td {text-align:center;border:0!important;} @media((max-width:700px) and (min-width:400px)){ .european-icons td:not(.sygxrimatodotisi) img {height:100%;max-height:50px;} } @media(max-width:399px){ .european-icons td:not(.sygxrimatodotisi) img {height:100%;max-height:30px;} } </style> <?php } else { // Content to display for other languages ?> <table class="european-icons"> <tbody> <tr> <td><img src="/wp-content/uploads/2024/04/europaiko_top_en.jpg" alt="Ευρωπαϊκό Γεωργικό Ταμείο Αγροτικής Ανάπτυξης - «Η Ευρώπη επενδύει στις αγροτικές περιοχές»" /></td> <td><img src="/wp-content/uploads/2024/04/greek_top_en.jpg" alt="ΕΛΛΗΝΙΚΗ ΔΗΜΟΚΡΑΤΙΑ ΥΠΟΥΡΓΕΙΟ ΑΓΡΟΤΙΚΗΣ ΑΝΑΠΤΥΞΗΣ ΚΑΙ ΤΡΟΦΙΜΩΝ." /></td> <td><img src="/wp-content/uploads/2024/04/agrotiki_top_en.jpg" alt="Πρόγραμμα Αγροτικής Ανάπτυξης" /></td> <td><img src="/wp-content/uploads/2024/02/espa_top.jpg" alt="ΕΣΠΑ" /></td> </tr> <tr> <td class="sygxrimatodotisi" colspan="4"><img src="/wp-content/uploads/2024/02/sygxrimatodotisi_top_en.png" alt="Με τη συγχρηματοδότηση της Ελλάδας και της Ευρωπαϊκής Ένωσης" /></td> </tr> </tbody> </table> <style> .european-icons { margin:0 auto; width:100%; max-width:800px; border:0!important; } .european-icons .sygxrimatodotisi img {width:100%;max-width:413px;} .european-icons td:not(.sygxrimatodotisi) img {height:100%;max-height:80px;} .european-icons td:not(.sygxrimatodotisi) {width:25%;} .european-icons td {text-align:center;border:0!important;} @media((max-width:700px) and (min-width:400px)){ .european-icons td:not(.sygxrimatodotisi) img {height:100%;max-height:50px;} } @media(max-width:399px){ .european-icons td:not(.sygxrimatodotisi) img {height:100%;max-height:30px;} } </style> <?php } } else { // Polylang is not active or language is not set echo 'Polylang is not active or language is not set.'; } } add_shortcode( 'lang_specific_content', 'language_specific_shortcode' );
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 1-laug.php
PHP
4.2 KB
2026-05-21 08:32
EDIT
📄 index.php
PHP
1.3 KB
2026-05-21 08:32
EDIT