'Password Protect WordPress - PPWP',
'version' => PPW_VERSION,
) );
?>
render_tabs( $activate_tab );
$this->render_content( $activate_tab );
?>
'general',
'tab_name' => 'General',
),
array(
'tab' => 'misc',
'tab_name' => 'Advanced',
),
array(
'tab' => 'entire_site',
'tab_name' => 'Sitewide',
),
array(
'tab' => 'shortcodes',
'tab_name' => 'Shortcodes',
),
array(
'tab' => 'master_passwords',
'tab_name' => 'Master Passwords',
),
array(
'tab' => 'troubleshooting',
'tab_name' => 'Troubleshooting',
)
)
);
?>