Untitled


SUBMITTED BY: abricos174

DATE: Oct. 18, 2015, 10 p.m.

FORMAT: Text only

SIZE: 245 Bytes

HITS: 452

  1. if (is_woocommerce()) {
  2. $custom_fields = get_post_custom_values('_wp_page_template', $c_pageID);
  3. if(is_array($custom_fields) && !empty($custom_fields)) {
  4. $page_template = $custom_fields[0];
  5. } else {
  6. $page_template = '';
  7. }
  8. }

comments powered by Disqus