Ultimate Member User Bookmarks Addon

Ultimate Member User Bookmarks Addon v2.1.0

No permission to download

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,021
22,057
120
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';
            }
 

tanierlyons

Well-known member
Staff member
Administrator
Moderator
May 24, 2018
73,008
110,703
120
  • Like
Reactions: JRGWxRxZ and smalok

tanierlyons

Well-known member
Staff member
Administrator
Moderator
May 24, 2018
73,008
110,703
120

tanierlyons

Well-known member
Staff member
Administrator
Moderator
May 24, 2018
73,008
110,703
120
  • Like
Reactions: JRGWxRxZ

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu