┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/var/www/html/stafilos/wp-content/themes/stafilos
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: functions.php
<?php if(!function_exists('bridge_qode_child_theme_enqueue_scripts')) { Function bridge_qode_child_theme_enqueue_scripts() { wp_register_style('bridge-childstyle', get_stylesheet_directory_uri() . '/style.css'); wp_enqueue_style('bridge-childstyle'); } add_action('wp_enqueue_scripts', 'bridge_qode_child_theme_enqueue_scripts', 11); } function add_file_types_to_uploads($file_types){ $new_filetypes = array(); $new_filetypes['svg'] = 'image/svg+xml'; $file_types = array_merge($file_types, $new_filetypes ); return $file_types; } add_filter('upload_mimes', 'add_file_types_to_uploads'); function address_mobile_address_bar() { $color = "#893b8f"; //this is for Chrome, Firefox OS, Opera and Vivaldi echo '<meta name="theme-color" content="' . $color . '">'; //Windows Phone ** echo '<meta name="msapplication-navbutton-color" content="' . $color . '">'; // iOS Safari echo '<meta name="apple-mobile-web-app-capable" content="yes">'; echo '<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">'; } add_action('wp_enqueue_scripts', function () { // // remove unused JS wp_deregister_script('comment-reply'); wp_deregister_script('wpb_composer_front_js'); wp_deregister_script('twentytwenty'); wp_deregister_script('twentytwenty-js'); });
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📁 templates/
DIR
—
2023-07-12 11:30
📄 bridge-childstyle.min.css
CSS
0 B
2026-04-28 08:32
EDIT
📄 functions.php
PHP
1.3 KB
2023-07-07 09:16
EDIT
📄 screenshot.png
PNG
125.7 KB
2023-07-05 12:58
EDIT
📄 style.css
CSS
94 B
2023-07-05 12:57
EDIT