Lines:
1 to 22 of 22
<?php /** * Order Actions * * Functions for displaying the order actions 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_Order_Actions */ /* function WC_Meta_Box_Order_Actions::output() – Output the metabox. */ /* function WC_Meta_Box_Order_Actions::save() – Save meta box data. */ /* function WC_Meta_Box_Order_Actions::set_email_sent_message() – Set the correct message ID. */