🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-18 10:34:50 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
ramailobhela.com
/
wp-content
/
plugins
/
elementor
/
modules
/
atomic-widgets
/
image
📍 /home/therahul/ramailobhela.com/wp-content/plugins/elementor/modules/atomic-widgets/image
🔄 Refresh
✏️
Editing: placeholder-image.php
Writable
<?php namespace Elementor\Modules\AtomicWidgets\Image; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class Placeholder_Image { public static function get_placeholder_image() { return ELEMENTOR_ASSETS_URL . 'images/placeholder-v4.svg'; } public static function get_background_placeholder_image() { return ELEMENTOR_ASSETS_URL . 'images/background-placeholder.svg'; } }
💾 Save Changes
❌ Cancel