Add header widget area support. fixes #7.

This commit is contained in:
Nathan Rice
2017-03-01 18:48:22 -05:00
parent 76e5f73e28
commit fde95b0dd7
4 changed files with 59 additions and 2 deletions
@@ -51,6 +51,7 @@ class Genesis_Simple_Sidebars_Entry {
}
$data = wp_parse_args( $_POST['genesis_simple_sidebars'], array(
'_ss_header' => '',
'_ss_sidebar' => '',
'_ss_sidebar_alt' => '',
) );