Ultimate Member User Bookmarks Addon

Ultimate Member User Bookmarks Addon v2.1.0

No permission to download
  • Welcome to Babiato Forum! All Resources are 100% clean and Safe to Use

Mrsam_1

Well-known member
Administrative
Trusted Seller
Jul 25, 2018
57,248
62,501
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';
            }
 

Mrsam_1

Well-known member
Administrative
Trusted Seller
Jul 25, 2018
57,248
62,501
120
main plugin cannot control the operation of mycred plugin. thats the problem
 
  • Like
Reactions: Moh Farawati

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
78,071
112,321
120
  • Like
Reactions: JRGWxRxZ and smalok

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
78,071
112,321
120

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
78,071
112,321
120
  • Like
Reactions: JRGWxRxZ

Forum statistics

Threads
73,540
Messages
953,682
Members
282,142
Latest member
dfdgsf

About us

  • Babiato Forum - The webmaster 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, updating Daily resource to make sure our community is one of the best.

Quick Navigation

User Menu