You appear to be a bot. Output may be restricted
Description
Determine if the 'Blog' page template exists.
Usage
$bool = Upgrade_DB_3001::blog_template_exists();
Parameters
Returns
bool True if the 'Blog' template theme exists. False if else.
Source
File name: genesis/lib/classes/Upgrade/Upgrade_DB_3001.php
Lines:
1 to 6 of 6
public function blog_template_exists() { $templates = get_page_templates(); return isset( $templates['Blog'] ); }