Skip to main content
Login Join
Snippets

WordPress code you can actually paste.

Filters, actions, and helpers for WordPress. Categorized by hook, browsable by problem.

335 snippets
Showing 332 snippets

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.

0 13

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…

0 13

This snippet displays the name of the current WordPress website using a simple shortcode. It is useful for reusable headers, footers, and custom content.

0 13

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…

0 11

This snippet creates a shortcode that displays the current user’s WordPress display name. It is useful for personalized greetings, dashboards, and member areas.

0 10