uawdijnntqw1x1x1
IP : 216.73.216.109
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
www
/
wp-content
/
plugins
/
charitable
/
includes
/
interfaces
/
interface-charitable-field.php
/
/
<?php /** * Strict interface for Charitable Fields APIs. * * @package Charitable/Interfaces/Charitable_Field_Interface * @author David Bisset * @copyright Copyright (c) 2023, WP Charitable LLC * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License * @version 1.5.0 * @version 1.5.0 */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } if ( ! interface_exists( 'Charitable_Field_Interface' ) ) : /** * Charitable_Field_Interface interface. * * @since 1.5.0 */ interface Charitable_Field_Interface { /** * Returna particular field argument. * * @since 1.5.0 * * @param string $key The field's key. * @return mixed */ public function __get( $key ); /** * Return a single field. * * @since 1.5.0 * * @param string $key The field's key. * @param mixed $value The field's value. * @return void */ public function __set( $key, $value ); } endif;
/home/batcwwjx/www/wp-content/plugins/charitable/includes/interfaces/interface-charitable-field.php