Current Path: > home > codekrsu > > cuddlebuds.lk > wp-content > plugins > image-optimization > classes > image >
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
exceptions | Directory | - | - | |
image-backup.php | File | 4086 bytes | February 06 2024 19:05:42. | |
image-conversion-option.php | File | 320 bytes | July 29 2024 16:34:36. | |
image-conversion.php | File | 1203 bytes | July 29 2024 16:34:36. | |
image-db-update.php | File | 655 bytes | February 06 2024 19:05:42. | |
image-dimensions.php | File | 1057 bytes | August 22 2024 13:32:50. | |
image-meta.php | File | 4725 bytes | April 10 2025 14:45:10. | |
image-optimization-error-type.php | File | 433 bytes | April 10 2025 14:45:10. | |
image-query-builder.php | File | 2407 bytes | September 24 2024 14:22:20. | |
image-restore.php | File | 4062 bytes | September 24 2024 14:22:20. | |
image-status.php | File | 672 bytes | February 06 2024 19:05:42. | |
image.php | File | 4577 bytes | April 10 2025 14:45:10. | |
wp-image-meta.php | File | 7451 bytes | February 06 2024 19:05:42. |
<?php namespace ImageOptimization\Classes\Image; use ImageOptimization\Classes\Basic_Enum; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } final class Image_Status extends Basic_Enum { public const NOT_OPTIMIZED = 'not-optimized'; public const OPTIMIZED = 'optimized'; public const OPTIMIZATION_IN_PROGRESS = 'optimization-in-progress'; public const OPTIMIZATION_FAILED = 'optimization-failed'; public const RESTORING_IN_PROGRESS = 'restoring-in-progress'; public const RESTORING_FAILED = 'restoring-failed'; public const REOPTIMIZING_IN_PROGRESS = 'reoptimizing-in-progress'; public const REOPTIMIZING_FAILED = 'reoptimizing-failed'; }
SILENT KILLER Tool