ud::template_part::path
ud::template_part::path
Appears in: wp-stateless.2.3.2, wp-stateless.3.0, wp-stateless.3.0.1, wp-stateless.3.0.2, wp-stateless.3.0.3, wp-stateless.3.0.4, wp-stateless.3.1.0, wp-stateless.3.1.1, wp-stateless.3.2.2, wp-stateless.3.2.4, wp-stateless.3.2.5, wp-stateless.3.3.0
Hook Type: filter
Displaying hooks found in version: wp-stateless.3.3.0apply_filters('ud::template_part::path') is found 1 times:
- /vendor/udx/lib-utility/lib/class-utility.php line 1772
'load' => false, ) ); //** Allows to add/change templates storage directory. */ $path = apply_filters( "ud::template_part::path", $path, $name, $opts ); foreach ( $name as $n ) { $n = "{$n}.php"; $template = locate_template( $n, false ); if ( empty( $template ) && !empty( $path ) ) { foreach ( (array)$path as $p ) {