Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Untitled
SUBMITTED BY:
abricos174
DATE:
Oct. 18, 2015, 10 p.m.
FORMAT:
Text only
SIZE:
245 Bytes
Raw
Download
Tweet
HITS:
452
Go to comments
Report
if (is_woocommerce()) {
$custom_fields = get_post_custom_values('_wp_page_template', $c_pageID);
if(is_array($custom_fields) && !empty($custom_fields)) {
$page_template = $custom_fields[0];
} else {
$page_template = '';
}
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus