siteorigin_panels_postloop_templates, $templates
siteorigin_panels_postloop_templates, $templates
Appears in: siteorigin-panels.2.36.0
Hook Type: filter
Displaying hooks found in version: siteorigin-panels.2.36.0apply_filters('siteorigin_panels_postloop_templates, $templates') is found 1 times:
- /inc/widgets/post-loop.php line 548
} } } } $templates = array_unique( apply_filters( 'siteorigin_panels_postloop_templates', $templates ) ); $templates = array_filter( $templates, array( $this, 'validate_template_file' ) ); // Update array indexes to ensure logical indexing sort( $templates ); return $templates;