for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Class Sensei__S
*
* Responsible for wrapping for the underscores theme
* with the correct markup
* @since 1.9.0
*/
Class Sensei__S {
* Output opening wrappers
public function wrapper_start(){ ?>
<div id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<?php }
* Output closing wrappers
public function wrapper_end(){ ?>
</main> <!-- main-site -->
</div> <!-- content-area -->
get_sidebar();
}
} // end class