??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/renovaid.co.uk/wp-content/themes/astra/inc/core/class-theme-strings.php
⬅ Kembali
<?php
/**
* Astra Theme Strings
*
* @package Astra
* @link https://wpastra.com/
* @since Astra 1.0.0
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
/**
* Default Strings
*/
if ( ! function_exists( 'astra_default_strings' ) ) {
/**
* Default Strings
*
* @since 1.0.0
* @param string $key String key.
* @param bool $echo Print string.
* @return mixed Return string or nothing.
*/
function astra_default_strings( $key, $echo = true ) {
$post_comment_dynamic_string = true === Astra_Dynamic_CSS::astra_core_form_btns_styling() ? __( 'Post Comment', 'astra' ) : __( 'Post Comment »', 'astra' );
$defaults = apply_filters(
'astra_default_strings',
array(
// Header.
'string-header-skip-link' => __( 'Skip to content', 'astra' ),
// 404 Page Strings.
'string-404-sub-title' => __( 'It looks like the link pointing here was faulty. Maybe try searching?', 'astra' ),
// Search Page Strings.
'string-search-nothing-found' => __( 'Nothing Found', 'astra' ),
'string-search-nothing-found-message' => __( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'astra' ),
'string-full-width-search-message' => __( 'Start typing and press enter to search', 'astra' ),
'string-full-width-search-placeholder' => __( 'Search...', 'astra' ),
'string-header-cover-search-placeholder' => __( 'Search...', 'astra' ),
'string-search-input-placeholder' => __( 'Search...', 'astra' ),
// Comment Template Strings.
'string-comment-reply-link' => __( 'Reply', 'astra' ),
'string-comment-edit-link' => __( 'Edit', 'astra' ),
'string-comment-awaiting-moderation' => __( 'Your comment is awaiting moderation.', 'astra' ),
'string-comment-title-reply' => __( 'Leave a Comment', 'astra' ),
'string-comment-cancel-reply-link' => __( 'Cancel Reply', 'astra' ),
'string-comment-label-submit' => $post_comment_dynamic_string,
'string-comment-label-message' => __( 'Type here..', 'astra' ),
'string-comment-label-name' => __( 'Name', 'astra' ),
'string-comment-label-email' => __( 'Email', 'astra' ),
'string-comment-label-website' => __( 'Website', 'astra' ),
'string-comment-closed' => __( 'Comments are closed.', 'astra' ),
'string-comment-navigation-title' => __( 'Comment navigation', 'astra' ),
'string-comment-navigation-next' => __( 'Newer Comments', 'astra' ),
'string-comment-navigation-previous' => __( 'Older Comments', 'astra' ),
// Blog Default Strings.
'string-blog-page-links-before' => __( 'Pages:', 'astra' ),
'string-blog-meta-author-by' => __( 'By ', 'astra' ),
'string-blog-meta-leave-a-comment' => __( 'Leave a Comment', 'astra' ),
'string-blog-meta-one-comment' => __( '1 Comment', 'astra' ),
'string-blog-meta-multiple-comment' => __( '% Comments', 'astra' ),
'string-blog-navigation-next' => __( 'Next', 'astra' ) . ' <span class="ast-right-arrow" aria-hidden="true">→</span>',
'string-blog-navigation-previous' => '<span class="ast-left-arrow" aria-hidden="true">←</span> ' . __( 'Previous', 'astra' ),
'string-next-text' => __( 'Next', 'astra' ),
'string-previous-text' => __( 'Previous', 'astra' ),
// Single Post Default Strings.
'string-single-page-links-before' => __( 'Pages:', 'astra' ),
/* translators: 1: Post type label */
'string-single-navigation-next' => __( 'Next %s', 'astra' ) . ' <span class="ast-right-arrow" aria-hidden="true">→</span>',
/* translators: 1: Post type label */
'string-single-navigation-previous' => '<span class="ast-left-arrow" aria-hidden="true">←</span> ' . __( 'Previous %s', 'astra' ),
// Content None.
'string-content-nothing-found-message' => __( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'astra' ),
)
);
if ( is_rtl() ) {
$defaults['string-blog-navigation-next'] = __( 'Next', 'astra' ) . ' <span class="ast-left-arrow" aria-hidden="true">←</span>';
$defaults['string-blog-navigation-previous'] = '<span class="ast-right-arrow" aria-hidden="true">→</span> ' . __( 'Previous', 'astra' );
/* translators: 1: Post type label */
$defaults['string-single-navigation-next'] = __( 'Next %s', 'astra' ) . ' <span class="ast-left-arrow" aria-hidden="true">←</span>';
/* translators: 1: Post type label */
$defaults['string-single-navigation-previous'] = '<span class="ast-right-arrow" aria-hidden="true">→</span> ' . __( 'Previous %s', 'astra' );
}
$output = isset( $defaults[ $key ] ) ? $defaults[ $key ] : '';
/**
* Print or return
*/
if ( $echo ) {
echo $output; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
} else {
return $output;
}
}
}
Nama
Tipe
Ukuran
Diubah
Aksi
📁 builder
dir
—
2026-06-03 10:06
📁 deprecated
dir
—
2026-06-03 10:06
📁 markup
dir
—
2026-06-03 10:06
🐘 class-astra-admin-helper.php
php
2.1 KB
2025-04-02 11:04
🐘 class-astra-admin-settings.php
php
26.4 KB
2026-04-27 12:20
🐘 class-astra-attr.php
php
2.6 KB
2025-04-02 11:04
🐘 class-astra-command-palette.php
php
8.1 KB
2026-04-16 15:17
🐘 class-astra-enqueue-scripts.php
php
33.8 KB
2026-06-02 14:57
🐘 class-astra-icons.php
php
13.9 KB
2025-09-09 13:41
🐘 class-astra-theme-options.php
php
35.2 KB
2026-05-20 14:19
🐘 class-astra-walker-page.php
php
4.6 KB
2026-02-05 15:31
🐘 class-astra-wp-editor-css.php
php
64.9 KB
2026-04-08 14:31
🐘 class-gutenberg-editor-css.php
php
79.6 KB
2026-05-12 13:03
🐘 class-theme-strings.php
php
5.1 KB
2025-04-02 11:04
🐘 common-functions.php
php
68.5 KB
2026-04-08 14:31
🐘 index.php
php
111 B
2024-11-11 15:51
🐘 sidebar-manager.php
php
2.2 KB
2025-04-02 11:04
🐘 theme-hooks.php
php
8.9 KB
2024-11-11 15:51