📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 13:23:04
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
plugins
/
elementor
/
modules
/
atomic-widgets
/
utils
/
image
✏️
Editing: placeholder-image.php
<?php namespace Elementor\Modules\AtomicWidgets\Utils\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