CL5510 Demo Elements

Example Code:

<?php
function wc_get_order( $the_order = false ) {
     if ( ! did_action( 'woocommerce_after_register_post_type' ) ) {
         wc_doing_it_wrong( FUNCTION, 'wc_get_order should not be called before post types are registered (woocommerce_after_register_post_type action)', '2.5' );
         return false;
     }
     return WC()->order_factory->get_order( $the_order );
 }
?>

In-page products

A quote from somewhere

This is where the quote is from
Note: This is a really important note.