Events Listing Features of Personify MemberClicks Trade API Integration Plugin for WordPress

Personify MemberClicks Trade product enables you Track member relationships, optimize your revenue streams and improve member retention with MemberClicks Trade AMS. MemberClicks Trade is a membership management software built for chambers, associations and organization-based memberships. You can integrate MebmerClicks Trade product data with your WordPress website and display profile, allow member to login using Auth…

Generate & Embed Google Maps on Website With Simple Address String Without API

You can easily add Google maps without API key and with just simple address string of the location, just make sure you replace the blank spaces with + sign before call to the Google maps. Here is the code to be added in your php template file: <strong>Map Location</strong> <br> <iframe width=”640″ height=”480″ frameborder=”0″ style=”border:0″…

LearnDash LMS WordPress REST API User Authentication for Courses Listing

While working on a project where LearnDash LMS WordPress Plugin courses listing data needed to be fetched using LearnDash LMS REST API, I encountered following 403 response from API when you call the API with JWT Bearer Token for Authorization: { “code”: “ld_rest_cannot_view”, “message”: “Sorry, you are not allowed to view this item.”, “data”: {…