Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
  • in reply to: Display of profile #19994
     towarzyski.pl
    Participant

    My code in functions.php

    COPY CODE
    <?php
    
    add_action('after_setup_theme','kleo_my_actions');
    
    function kleo_my_actions() 
    {
        global $bp_tabs;
        
    	$bp_tabs['base'] = array(
    			'type' => 'regular',
    			'name' => __('O mnie', 'kleo_framework'),
    			'group' => 'Podstawowe informacje',
    			'class' => 'regulartab'
    	);
    
    }
    
    ?>
Viewing 1 post (of 1 total)

Log in with your credentials

Forgot your details?