![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/walla3t.corals.io/wp-content/themes/apper/partials/single/media/ |
<?php /** * Blog single quote format * * @package Apper WordPress theme */ // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) { exit; } // Return if acmthemes Extra is not active if ( ! ACMTHEMES_EXTRA_ACTIVE ) { return; } ?> <div class="post-quote-wrap"> <div class="post-quote-content"> <?php echo wp_kses_post( get_post_meta( get_the_ID(), 'quote_format', true ) ); ?> <span class="post-quote-icon icon-speech"></span> </div> <div class="post-quote-author"><?php the_title(); ?></div> </div>