Home / APIs / genesis_use_child_theme_notice() – Display Warning that Genesis should always be used with a child theme.

You appear to be a bot. Output may be restricted

Description

Display Warning that Genesis should always be used with a child theme.

Usage

genesis_use_child_theme_notice();

Parameters

Returns

void

Source

File name: genesis/lib/admin/use-child-theme.php
Lines: 1 to 15 of 15

function genesis_use_child_theme_notice() {

  if ( is_child_theme() ) {
    return;
  }

  $allowed_html = array(
    'a' => array(
      'href' => array(),
    ),
  );

  include GENESIS_VIEWS_DIR . '/misc/use-child-theme-notice.php';

}
 

Published: 14th March 2017 | Last updated: 28th May 2018

Information

Function name: genesis_use_child_theme_notice
Plugin ref: Genesis Framework
Version: 2.8.1
Sourcefile: lib/admin/use-child-theme.php
File ref: lib/admin/use-child-theme.php
Deprecated?: No
API Letters: C,G,N,T,U

  • Plugins
  • Themes
  • Shortcodes
  • APIs
  • Files
  • Hooks
  • Classes
  • Home
  • Sites
  • Sitemap
  • Blog
Genesis a2z Genesis Theme Framework a2z
WordPress Dynamic API Reference

Site:  genesis.wp-a2z.org
© Copyright Genesis a2z 2014-2019. All rights reserved.


Website designed and developed by Herb Miller
Proudly powered by WordPress and oik plugins