• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Ultimate Member User Bookmarks Addon

Ultimate Member User Bookmarks Addon v2.1.5

No permission to download
Code:
if ( ! $is_um_active ) {
                //UM is not active
                function um_mycred_dependencies() {
                    echo '<div class="error"><p>' . sprintf( __( 'The <strong>%s</strong> extension requires the Ultimate Member plugin to be activated to work properly. You can download it <a href="https://wordpress.org/plugins/ultimate-member">here</a>', 'um-mycred' ), um_mycred_extension ) . '</p></div>';
                }

                add_action( 'admin_notices', 'um_mycred_dependencies' );

            } elseif ( ! UM()->dependencies()->mycred_active_check() ) {
                //UM old version is active
                function um_mycred_dependencies() {
                    echo '<div class="error"><p>' . sprintf(__('Sorry. You must activate the <strong>myCRED</strong> plugin to use the %s.','um-mycred'), um_mycred_extension ) . '</p></div>';
                }

                add_action( 'admin_notices', 'um_mycred_dependencies' );

            } elseif ( true !== UM()->dependencies()->compare_versions( um_mycred_requires, um_mycred_version, 'mycred', um_mycred_extension ) ) {
                //UM old version is active
                function um_mycred_dependencies() {
                    echo '<div class="error"><p>' . UM()->dependencies()->compare_versions( um_mycred_requires, um_mycred_version, 'mycred', um_mycred_extension ) . '</p></div>';
                }

                add_action( 'admin_notices', 'um_mycred_dependencies' );

            } else {
                require_once um_mycred_path . 'includes/core/um-mycred-init.php';
            }
 
  • Like
Reactions: JRGWxRxZ and smalok
  • Like
Reactions: JRGWxRxZ
Babak updated Ultimate Member User Bookmarks Addon with a new update entry:

Ultimate Member User Bookmarks Addon v2.1.1

Download Ultimate Member User Bookmarks Addon v2.1.1 Nulled Free
= v2.1.1: December 14, 2022 =

* Fixed: Security vulnerability related to the 'user_id' parameter in AJAX requests
* Fixed: The "Add Folder" block displaying in the profile tab
* Tweak: Added animation for buttons while waiting for AJAX response

* Templates required update:

- buttons/add.php
- buttons/remove.php
- profile/folder-view.php

* Cached and optimized/minified assets(JS/CSS) must be flushed/re-generated...

Read the rest of this update entry...
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock