File "custom.php"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/yith-woocommerce-wishlist/plugin-fw/templates/fields/custom.php
File size: 282 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Template for displaying the custom field
 *
 * @var array $field The field.
 * @package YITH\PluginFramework\Templates\Fields
 */

defined( 'ABSPATH' ) || exit; // Exit if accessed directly.

if ( isset( $field['action'] ) ) {
	do_action( $field['action'], $field );
}