![]() 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/gg.corals.io/wp-content/plugins/custom-facebook-feed/templates/item/ |
<?php /** * Custom Facebook Feed Item : Date Template * Displays the item date * * @version 2.19 Custom Facebook Feed by Smash Balloon * */ use CustomFacebookFeed\CFF_Utils; use CustomFacebookFeed\CFF_Shortcode_Display; // Don't load directly if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } $cff_date_styles = $this_class->get_style_attribute( 'date' ); ?> <p class="cff-date" <?php echo $cff_date_styles ?>><?php echo wp_kses_post( CFF_Shortcode_Display::get_date( $options, $atts, $news ) ); if($cff_date_position == 'below' || (!$cff_show_author && $cff_date_position == 'author') ): ?> <span class="cff-date-dot"> · </span> <?php endif; ?> </p>