siteorigin_panels_postloop_templates, $templates

siteorigin_panels_postloop_templates, $templates

Hook Type: filter

See hook in core

Displaying hooks found in version: siteorigin-panels.2.36.0

apply_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;