Overview
This document provides instructions on how to use shortcodes and patterns of the extension User Bookmarks.
Ultimate Member uses WordPress shortcodes to allow users to perform certain actions as well as display forms and templates. You may use shortcodes in the posts(page) content and text widgets.
Contents
[um_bookmarks_button] – Show the button “Bookmark” (or “Remove bookmark”)
[um_user_bookmarks] – Show “Bookmarks” folders
Shortcodes
[um_bookmarks_button] #
Usage: Show the button “Bookmark” (or “Remove bookmark”)
Default attributes:
- ‘post_id’ => {current post ID}
Example:
[um_bookmarks_button]


[um_user_bookmarks] #
Usage: Show “Bookmarks” folders
Default attributes:
- ‘user_id’ => {current user ID}
Example:
[um_user_bookmarks]
