'About',
'quickstart' => 'Quick Start',
'documentation' => 'Documentation',
'free-vs-premium' => 'Free vs Premium',
'support' => 'Support',
'relnotes' => 'Release Notes',
);
?>
Welcome to Codestar Framework v
A Simple and Lightweight WordPress Option Framework for Themes and Plugins
Demo
$link ) {
if ( CSF::$premium && $key === 'free-vs-premium' ) { continue; }
// phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound
$activate = ( $section === $key ) ? ' nav-tab-active' : '';
echo ''. esc_attr( $link ) .'';
}
?>