Added user_profile section hook

do_action( 'um_user_profile_section' );
This commit is contained in:
nikitasinelnikov
2017-03-24 16:46:49 +02:00
committed by GitHub
parent 6a07b50321
commit f378e81e53
+2
View File
@@ -80,6 +80,8 @@ class UM_User {
</tbody>
</table>
<?php }
do_action( 'um_user_profile_section' );
}
/**