- filter for template loading;

This commit is contained in:
nikitozzzzzzz
2018-08-13 14:42:49 +03:00
parent 6e129bdfff
commit dd03b4f325
+2
View File
@@ -265,6 +265,8 @@ if ( ! class_exists( 'um\core\Shortcodes' ) ) {
unset( $args['theme_file'] );
unset( $args['tpl'] );
$args = apply_filters( 'um_template_load_args', $args, $tpl );
extract( $args );
}