Allow building template features:
-
Conditional: if user has/doesn't have tag
-
Allowing for partial matches (starts with/ends with/contains) could be handy
-
Conditional: if user has/doesn't have permission to access current post.
-
Loop query: show-hide items that user can't access due to any missing/specific tag
-
Get associated tags/fields from a user
https://wpfusion.com/documentation/advanced-developer-tutorials/wp-fusion-user-class/
wp_fusion()->user->get_tags( $user_id, $force_update = false ); wp_fusion()->user->has_tag( $tag, $user_id = false );
-
Check if a user has permission to access current post
https://wpfusion.com/documentation/functions/user_can_access/
-
Extend core user loop type to provide fields related to WP Fusion