Viewing 3 replies - 16 through 18 (of 18 total)
  • Plugin Author Ultimate Member

    (@ultimatemember)

    You’re welcome!

    Thread Starter Kishores

    (@kishores)

    Just another help

    How to add content for sub nav items?

    add_action('um_profile_subnav_content_topics_default', 'um_profile_subnav_content_topics_default');
    
    function um_profile_subnav_content_topics_default( $args ) {
    		echo "jobs_ 1";
    	}

    It is not working.

    Plugin Author Ultimate Member

    (@ultimatemember)

    The right action is

    add_action(‘um_profile_content_$maintabid_$subtabid’, ”);

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘New Member Profile Tab’ is closed to new replies.