haxorqt
Home
Console
Upload
information
Create File
Create Folder
About
:
/
home
/
sc1jaqa5103
/
prod.puv-editions.fr
/
wp-content
/
updraft
/
plugins-old
/
pods
/
ui
/
front
/
Filename :
widgets.php
back
Copy
<?php // Don't load directly. if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } echo $before_widget; if ( ! empty( $title ) ) { echo $before_title . $title . $after_title; } if ( ! empty( $before_content ) ) { echo $before_content; } echo pods_shortcode( $args, ( isset( $content ) ? $content : null ) ); if ( ! empty( $after_content ) ) { echo $after_content; } echo $after_widget;