/
home
/
assocoweys
/
cdc93
/
plugins
/
system
/
nrframework
/
NRFramework
/
Conditions
/
Conditions
/
Component
/
Upload File
HOME
<?php /** * @author Tassos.gr * @link https://www.tassos.gr * @copyright Copyright © 2024 Tassos All Rights Reserved * @license GNU GPLv3 <http://www.gnu.org/licenses/gpl.html> or later */ namespace NRFramework\Conditions\Conditions\Component; defined('_JEXEC') or die; class J2StoreCategory extends J2StoreBase { /** * Shortcode aliases for this Condition */ public static $shortcode_aliases = ['j2storecategory']; /** * Pass check * * @return bool */ public function pass() { return $this->passCategories(); } }