aioseo_locate_template, $template, $templateName

aioseo_locate_template, $template, $templateName

Hook Type: filter

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1

apply_filters('aioseo_locate_template, $template, $templateName') is found 1 times:

  • /app/Common/Utils/Templates.php line 83
    				}
    			}
    		}
    
    		return apply_filters( 'aioseo_locate_template', $template, $templateName );
    	}
    
    	/**
    	 * Includes a template if the file exists.
    	 *
    	 * @param  string $templateName The template path/name.php to be included.