Submit
Path:
~
/
home
/
contenidosenred
/
www
/
OD
/
wp-content
/
plugins
/
masvideos
/
templates
/
global
/
File Content:
breadcrumb.php
<?php /** * MasVideos breadcrumb * * * @package MasVideos/Templates * @version 1.0.0 * @see masvideos_breadcrumb() */ if ( ! defined( 'ABSPATH' ) ) { exit; } if ( ! empty( $breadcrumb ) ) { echo $wrap_before; foreach ( $breadcrumb as $key => $crumb ) { echo $before; if ( ! empty( $crumb[1] ) && sizeof( $breadcrumb ) !== $key + 1 ) { echo '<a href="' . esc_url( $crumb[1] ) . '">' . esc_html( $crumb[0] ) . '</a>'; } else { echo esc_html( $crumb[0] ); } echo $after; if ( sizeof( $breadcrumb ) !== $key + 1 ) { echo $delimiter; } } echo $wrap_after; }
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
breadcrumb.php
599 bytes
0644
photoswipe.php
2576 bytes
0644
tabs.php
2252 bytes
0644
N4ST4R_ID | Naxtarrr