Benign wordpress Download

smart-logo-showcase-lite 1.1.7

Reads WordPress post metadataWrites WordPress post metadata
SHA-256bcfc8fa4612e23390c67a763257c27a87f8cd84e97871a5cf3d0ec4e99d6f9d3

Evidence

Reads WordPress post metadata smls-general-settings.php · lines 1–9
1<?php
2defined('ABSPATH') or die("No script kiddies please!");
3global $post;
4$post_id = $post->ID;
5$smls_settings = get_post_meta($post_id, 'smls_settings', true);
6//$this->print_array($smls_settings);
7?>
8<div class="smls-general-setting-wrapper">
9 <div class="
Emits data with a PHP echo statement smls-general-settings.php · lines 13–22
13:18empty($smls_settings['main_wrapper_width'])) {
14 echo esc_attr($smls_settings['main_wrapper_width']);
15 } else {
16 echo "100";
17 }
18 ?>"/>
4 lines
Registers mouse event handler with on() owl.carousel.js · lines 675–680
675:22hSupportIE();
676
677 if (this.settings.mouseDrag){
678 this.$stage.on('mousedown', $.proxy(function(event) { this.eventsRouter(event) }, this));
679 this.$stage.on('dragstart', function() { return false });
680
Assigns a URL into a link attribute owl.carousel.js · lines 1502–1510
1502:14Image();
1503
1504 img.onload = function() {
1505 loaded++;
1506 $el.attr('src', img.src);
1507 $el.css('opacity', 1);
1508 if (loaded >= imgs.length) {
1509 that.state.imagesLoaded = true;
1510 that.initiali
Reads a DOM pointer client coordinate owl.carousel.js · lines 1715–1729
1715:2 }
1716
1717 if (event.pageX === undefined) {
1718 return {
1719 x: event.clientX,
1720 y: event.clientY
1721 };
1722 }
7 lines

Showing the top 5 files — 5 more files (32 regions) not shown.

No evidence locations were recorded for this file. Raw result

Keyboard shortcuts on this page: j for the next sample, k for the previous one, x to go back to the feed, d to download the original bytes, r to re-queue the sample for analysis.