PATH:
home
/
lab2454c
/
adenbic.com
/
wp-content
/
plugins
/
yith-woocommerce-compare
/
plugin-fw
/
includes
<?php /** * YITH Custom-Post-Type Unlimited Class. * Deprecated! Kept only to prevent fatal errors if someone is using it. * * @class YIT_CPT_Unlimited * @package YITH\PluginFramework\Classes * @deprecated 3.5 | This will be removed, so please don't use it */ defined( 'ABSPATH' ) || exit; // Exit if accessed directly. if ( ! class_exists( 'YIT_CPT_Unlimited' ) ) { /** * Class YIT_CPT_Unlimited * * @deprecated 3.5 | This will be removed, so please don't use it */ class YIT_CPT_Unlimited { /** * YIT_CPT_Unlimited constructor. * * @param array $args Configuration arguments of post type. */ public function __construct( $args = array() ) { } /** * Avoid issues when calling a non-defined method * * @param string $name Name of the missing method. * @param array $arguments Arguments. * * @return bool */ public function __call( $name, $arguments ) { return false; } /** * Avoid issues when calling a non-defined attribute * * @param string $key Name of the missing attribute. * * @return bool */ public function __get( $key ) { return false; } } }
[-] class-yit-help-desk.php
[edit]
[-] class-yit-plugin-subpanel.php
[edit]
[-] class-yit-metabox.php
[edit]
[+]
..
[-] class-yit-theme-licence.php
[edit]
[-] class-yit-icons.php
[edit]
[-] class-yit-plugin-panel-woocommerce.php
[edit]
[-] class-yith-post-type-admin.php
[edit]
[-] class-yit-upgrade.php
[edit]
[-] class-yit-plugin-common.php
[edit]
[+]
privacy
[-] class-yit-ajax.php
[edit]
[+]
builders
[-] class-yith-debug.php
[edit]
[-] class-yit-plugin-panel.php
[edit]
[-] class-yit-cpt-unlimited.php
[edit]
[-] class-yit-assets.php
[edit]
[-] class-yith-dashboard.php
[edit]
[-] class-yith-bh-onboarding.php
[edit]
[-] class-yit-pointers.php
[edit]
[-] class-yith-system-status.php
[edit]
[-] class-yit-plugin-licence.php
[edit]
[-] class-yit-video.php
[edit]
[-] class-yit-gradients.php
[edit]