File manager - Edit - /home/contenidosenred/public_html/OD/wp-content/plugins/masvideos/templates/content-episode.php
Back
<?php /** * The template for displaying episode content within loops * * This template can be overridden by copying it to yourtheme/masvideos/content-episode.php. * * HOWEVER, on occasion MasVideos will need to update template files and you * (the theme developer) will need to copy the new files to your theme to * maintain compatibility. We try to do this as little as possible, but it does * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * * @package MasVideos/Templates * @version 1.0.0 */ defined( 'ABSPATH' ) || exit; global $episode; // Ensure visibility. if ( empty( $episode ) || ! $episode->is_visible() ) { return; } ?> <div <?php masvideos_episode_class(); ?>> <?php /** * Hook: masvideos_before_episodes_loop_item. * * @hooked masvideos_template_loop_episode_link_open - 10 */ do_action( 'masvideos_before_episodes_loop_item' ); /** * Hook: masvideos_before_episodes_loop_item_title. * * @hooked masvideos_show_episode_loop_sale_flash - 10 * @hooked masvideos_template_loop_episode_thumbnail - 10 */ do_action( 'masvideos_before_episodes_loop_item_title' ); /** * Hook: masvideos_episodes_loop_item_title. * * @hooked masvideos_template_loop_episode_title - 10 */ do_action( 'masvideos_episodes_loop_item_title' ); /** * Hook: masvideos_after_episodes_loop_item_title. * * @hooked masvideos_template_loop_rating - 5 * @hooked masvideos_template_loop_price - 10 */ do_action( 'masvideos_after_episodes_loop_item_title' ); /** * Hook: masvideos_after_episodes_loop_item. * * @hooked masvideos_template_loop_episode_link_close - 5 * @hooked masvideos_template_loop_add_to_cart - 10 */ do_action( 'masvideos_after_episodes_loop_item' ); ?> </div>
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings