PATH:
home
/
lab2454c
/
mact34.com
/
wp-content
/
plugins
/
optinmonster
/
OMAPI
<?php /** * WP_Error Exception class. * * @since 2.0.0 * * @package OMAPI * @author Justin Sternberg */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } /** * WP_Error Exception class. * * @since 2.0.0 */ class OMAPI_WpErrorException extends Exception { /** * The WP_Error object to this exception. * * @since 2.0.0 * * @var null|WP_Error */ protected $wp_error = null; /** * Sets the WP_Error object to this exception. * * @since 2.0.0 * * @param WP_Error $error The WP_Error object. */ public function setWpError( WP_Error $error ) { $this->wp_error = $error; return $this; } public function getWpError() { return $this->wp_error; } }
[-] WooCommerce.php
[edit]
[-] AssetLoader.php
[edit]
[-] Validate.php
[edit]
[-] TrustPulse.php
[edit]
[-] ApiKey.php
[edit]
[-] Welcome.php
[edit]
[-] Review.php
[edit]
[-] Pages.php
[edit]
[+]
..
[-] Urls.php
[edit]
[-] Type.php
[edit]
[-] InstallSkinCompat.php
[edit]
[-] MailPoet.php
[edit]
[-] Plugins.php
[edit]
[-] ClassicEditor.php
[edit]
[-] Api.php
[edit]
[-] Support.php
[edit]
[-] Actions.php
[edit]
[-] Utils.php
[edit]
[-] RestApi.php
[edit]
[-] Blocks.php
[edit]
[-] Save.php
[edit]
[-] Notifications.php
[edit]
[-] Ajax.php
[edit]
[-] WpErrorException.php
[edit]
[-] Rules.php
[edit]
[-] ConstantContact.php
[edit]
[-] Elementor.php
[edit]
[-] Widget.php
[edit]
[-] InstallSkin.php
[edit]
[-] Sites.php
[edit]
[-] Menu.php
[edit]
[-] Partners.php
[edit]
[+]
Elementor
[-] Refresh.php
[edit]
[-] Output.php
[edit]
[-] Inserter.php
[edit]
[-] Shortcode.php
[edit]