golden hour
/home/godaofbq/drhyperbaric.com/wp-content/plugins/elementor-pro/core/integrations/exceptions
⬆️ Go Up
Upload
File/Folder
Size
Actions
.htaccess
420 B
Del
OK
action-failed-exception.php
331 B
Del
OK
action-validation-failed-exception.php
346 B
Del
OK
exception-base.php
1.31 KB
Del
OK
Edit: action-failed-exception.php
<?php namespace ElementorPro\Core\Integrations\Exceptions; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } class Action_Failed_Exception extends Exception_Base { protected function format_message( $message ) { return sprintf( 'Action `%s` failed to run: %s', $this->action, $message ); } }
Save