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