Lines:
1 to 21 of 21
<?php /** * Product Images * * Display the product images meta box. * * @author WooThemes * @category Admin * @package WooCommerce\Admin\Meta Boxes * @version 2.1.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } /* class WC_Meta_Box_Product_Images */ /* function WC_Meta_Box_Product_Images::output() – Output the metabox. */ /* function WC_Meta_Box_Product_Images::save() – Save meta box data. */