mirror of
https://github.com/WPMultisite/wp-multisite-subscriptions.git
synced 2025-08-07 10:08:32 +08:00
12 lines
148 B
PHP
12 lines
148 B
PHP
<?php
|
|
/**
|
|
* Login Form
|
|
*
|
|
* @since 2.0.0
|
|
*/
|
|
?>
|
|
<div class="wu-styling <?php echo esc_attr($className); ?>">
|
|
|
|
<?php $form->render(); ?>
|
|
|
|
</div>
|