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.

297 snippets
Showing 16 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 5

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 5

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 5

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 4

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 4

This PHP code allows you to display form data stored by WPForms using a shortcode. The original was provided by WPForms Developer site and…

0 21