By default WordPress displays a toolbar (known as the admin bar) on all pages when users are logged in. This isn't necessary for a lot of WordPress sites, for example…
When a form is marked as 'inactive' in Gravity Forms the form cannot be loaded in the front end. The following code will allow administrators and users that have access…
The following code will allow Adminstrators and users that have access to view form submissions to view a form outside of the form schedule. This can be useful at both…
The following WordPress function will make the media library only show the current users images, with the exception of Administrators, which can see all images. add_filter( 'ajax_query_attachments_args', 'show_current_user_attachments' ); function…
By default WordPress displays an toolbar (known as the admin bar) on all pages when users are logged in. This isn't desirable for a lot of WordPress users, for example…