PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
qode-framework
/
inc
/
common
/
modules
/
user
/
templates
<?php foreach ( $this_object->get_child_elements() as $key => $child ) { foreach ( $roles as $role ) { if ( in_array( $role, $child->get_scope(), true ) ) { $child->render(); break; } } }
[-] holder.php
[edit]
[+]
..