Home / Custom Product Edit Templates
Duplicate Snippet

Embed Snippet on Your Site

Custom Product Edit Templates

This is the source code example of this template.

Code Preview
php
<?php
get_title() : '';
$product_description       = ( isset( $product ) && null !== $product ) ? $post->post_content : '';
$product_short_description = ( isset( $product ) && null !== $product ) ? $post->post_excerpt : '';
$post_status               = ( isset( $product ) && null !== $product ) ? $post->post_status : '';
/**
 *  Ok, You can edit the template below but be careful!
 */
?>

Comments

Add a Comment