PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
qode-framework
/
inc
/
common
/
modules
/
taxonomy
/
templates
<?php foreach ( $this_object->get_child_elements() as $key => $child ) { foreach ( $child->get_scope() as $scope ) { if ( $taxonomy === $scope ) { $child->set_layout( $layout ); $child->render(); } } }
[-] holder.php
[edit]
[+]
..