This shortcode displays the total number of groups available across the BuddyBoss site. BuddyBoss’s groups_get_total_group_count() returns the site’s total group count.
This shortcode displays how many BuddyBoss groups the currently logged-in member belongs to. BuddyBoss exposes a group-count function for users.
This snippet creates a shortcode that displays the total number of connections for the currently logged-in BuddyBoss member. BuddyBoss provides friends_get_total_friend_count() for retrieving a…
This snippet displays the name of the current WordPress website using a simple shortcode. It is useful for reusable headers, footers, and custom content.
This snippet displays the email address associated with the currently logged-in WordPress account. It uses a shortcode so the information can easily be added…
This snippet creates a shortcode that displays the current user’s WordPress display name. It is useful for personalized greetings, dashboards, and member areas.
This snippet displays the username of the currently logged-in WordPress user using a shortcode. If the visitor is not logged in, it displays a…
You can simply add a copyright date by editing the footer template in your theme. However, it will not show when your site started,…
The Current Year Shortcode allows you to display the current year anywhere on your WordPress website using a simple shortcode. Instead of manually updating…
This PHP code allows you to display form data stored by WPForms using a shortcode. The original was provided by WPForms Developer site and…
This snippet displays the currently logged in user’s profile information on the front end using a shortcode [my_profile]. It shows username, display name, first…
Simple WordPress shortcode to automatically display the current year anywhere on your website. This shortcode is useful for dynamic copyright text, footers, and content…