Archives: Snippets
Replace WP Logo and the default ‘logo’ link
add_filter(‘login_head’, function () { $custom_logo = ‘https://i.imgur.com/0qxSpsL.png’; // Replace the image url $logo_width = 200; // Replace the width and height accordingly $logo_height = 80; echo ‘ ‘; }, 990); add_filter( ‘login_headerurl’, function () { return ‘https://example.com’; // Replace the…Continue reading
MemberPress: Change the Back-Button Link on Courses
add_action( ‘wp_head’, function() { ?>Continue reading
MemberPress: Classic Editor Fix for Courses
add_filter( ‘classic_editor_enabled_editors_for_post_type’, function ( $editors, $post_type ) { if ( $post_type == ‘mpcs-course’ || $post_type == ‘mpcs-lesson’ || $post_type = ‘mpcs-quiz’ ) { $editors[‘classic_editor’] = false; } return $editors; }, 10, 2 );Continue reading
Fireside Announcement Bar
NEW: 🔥 Fireside Films 🔥 GET TICKETSContinue reading
Market Prices
MemberPress: Display MemberPress Course Progress Using Shortcode
add_shortcode( ‘mpcs-course-progress’, function( $atts ) { if( !isset( $atts[ ‘course_id’ ] ) ) return; $user_id = get_current_user_id(); if ( !$user_id ) return ”; $course = new memberpress\courses\models\Course((int)$atts[‘course_id’]); $progress = $course->user_progress($user_id); ?>Continue reading
Local Leaderboard
Leaderboard Nation Round 1 Income Current Round Income Percentage DifferenceContinue reading
Debt
Loan Mechanic Give a Loan Loan Amount (1 – Your Cash Balance): Interest Rate (%): Select the Country to Give the Loan to: EldoriaAvaloraZephyriaNovariaSolaraFrostaraVerdaniaIgnisiaAquarionLunariaTerranoxCryostarPyronisAetherisNimbara Give Loan Loan NotificationsContinue reading
Local Novaria
Nation Details Industry Output Upgrade Level Income from Industry Percentage Contribution to Exports Investment Cost Divestment Yield Cash: Total Income (This Round): Debt: Select the Industry to invest in: ITAgricultureAutoDefenseFinancial Services Invest Select the Industry to divest from: ITAgricultureAutoDefenseFinancial Services…Continue reading