woffice demo

How to create a WordPress plugin to login and register using Facebook API

In this tutorial, we will see how to write a simple WordPress plugin in order to Login and Register your users right on your WordPress site using the Facebook API. It is very easy to do and we will go through […]

View post
woffice demo

Woffice Slack integration for Internal Communication + Notifications

TL;DR Setting up Woffice Slack integration takes just a few steps: activate the native Slack extension from Woffice’s Extensions page, create a Slack app, and connect it using your Client ID and Secret. Once linked, you can choose a channel […]

View post
woffice demo

Restrict WordPress Dashboard Access by User Role (Without Breaking AJAX or REST API)

TL;DR If you need to restrict WordPress dashboard access by user role, avoid the common mistake most site owners make: blocking /wp-admin/ without accounting for AJAX calls, which also route through that same admin path and can silently break your […]

View post