smart-logo-showcase-lite 1.1.7
Reads WordPress post metadataWrites WordPress post metadata
SHA-256bcfc8fa4612e23390c67a763257c27a87f8cd84e97871a5cf3d0ec4e99d6f9d3
MaleculeH₆(Cm₉Db₂Hf₂Os₂TiU₂)Md
Evidence
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=" …
13:18… empty($smls_settings['main_wrapper_width'])) {
14 echo esc_attr($smls_settings['main_wrapper_width']);
15 } else {
16 echo "100";
17 }
18 ?>"/>
⋯4 lines
675:22… hSupportIE();
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 …
1502:14… Image();
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 …
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