Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support brianvu-tp

    (@briantp)

    Hi,

    This request needs to change the PHP code to meet, we don’t have the option for this case.

    Thanks

    Thread Starter jzegnio

    (@jzegnio)

    I can change the php code, I just want to know in what file.

    Plugin Support brianvu-tp

    (@briantp)

    You can view in this path: wp-content\plugins\learnpress\inc\user\class-lp-profile.php

    Thread Starter jzegnio

    (@jzegnio)

    Hi! Thank you! I just did the change but I don’t know howt to implement the link look: https://i.ibb.co/tHQgWqS/2022-11-15-092646.png check the link 🙁

    this is the code:

    'membership'       => array(
    						'title'    => esc_html__( 'Membresía', 'learnpress' ),
    						'slug'     => 'https://google.com',
    						'callback' => array( LP_Template_Profile::class, 'tab_courses' ),
    						'priority' => 3,
    						'icon'     => '<i class="fas fa-address-card"></i>',
    					),
    Thread Starter jzegnio

    (@jzegnio)

    hi!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Add a menu item’ is closed to new replies.