Website : phonehp.ir
backdoor
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Home
Console
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
nehpir
/
www
/
wp-content
/
themes
/
woodmart
/
inc
/
integrations
/
Filename :
wooco.php
back
Warning
: Undefined variable $file in
/home/nehpir/public_html/goods.php
on line
545
Copy
<?php /** * Compatibility with WPC Composite Products for WooCommerce. * * @package woodmart */ if ( ! class_exists( 'WPCleverWooco' ) ) { return; } if ( ! function_exists( 'woodmart_wooco_add_custom_product_types' ) ) { /** * Adds support for the waitlist module for products of type "composite". * * @param array $types Product types. * * @return array */ function woodmart_wooco_add_custom_product_types( $types ) { $types[] = 'composite'; return $types; } add_filter( 'woodmart_waitlist_allowed_product_types', 'woodmart_wooco_add_custom_product_types' ); }