mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- add comments to templates
This commit is contained in:
@@ -1,6 +1,23 @@
|
||||
<?php
|
||||
/**
|
||||
* Template for the members directory list
|
||||
*
|
||||
* This template can be overridden by copying it to yourtheme/ultimate-member/members-list.php
|
||||
*
|
||||
* Page: "Members"
|
||||
*
|
||||
* @version 1.0.0
|
||||
*
|
||||
* @var array $args
|
||||
* @var bool $cover_photos
|
||||
* @var bool $profile_photo
|
||||
* @var bool $show_name
|
||||
* @var bool $show_tagline
|
||||
* @var bool $show_userinfo
|
||||
* @var bool $userinfo_animate
|
||||
* @var bool $show_social
|
||||
* @var array $reveal_fields
|
||||
* @var string $no_users
|
||||
*/
|
||||
if ( ! defined( 'ABSPATH' ) ) exit;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user