芝麻web文件管理V1.00
编辑当前文件:/home/mybf1/www/class.bf1.my/wp-content/themes/sinatra/template-parts/entry/format/media-quote.php
* @since 1.0.0 */ /** * Do not allow direct script access. */ if ( ! defined( 'ABSPATH' ) ) { exit; } if ( post_password_required() ) { return; } $sinatra_quote_content = apply_filters( 'sinatra_post_format_quote_content', get_the_content() ); $sinatra_quote_author = apply_filters( 'sinatra_post_format_quote_author', get_the_title() ); $sinatra_quote_bg = has_post_thumbnail() ? ' style="background-image: url(\'' . esc_url( get_the_post_thumbnail_url() ) . '\')"' : ''; ?>
>
>
'quote' ) ); // phpcs:ignore ?>