admin - Add tab to profile.php wordpress plugin development

I already know how to add an extra field in user profile. But in my case I have A lot of field to add and It is good pra

I already know how to add an extra field in user profile. But in my case I have A lot of field to add and It is good practice that your form is not too long. So I decided to implement tab panel in the top level of the form so that form is shorter and easy to use by the user. Anyone has the snippiest for this will be appreciated.

HERE IS MY SAMPLE CODE

add_action( 'show_user_profile', $plugin_admin, 'wp_user_social_tab' );
add_action( 'edit_user_profile', $plugin_admin, 'wp_user_social_tab' );
public function wp_user_social_tab( $user ) {
?>


<ul id="tabs">
    <li class="active">Tab 1</li>
    <li>Tab 2</li>
    <li>Tab 3</li>
</ul>

<?php 

}

What I want is to be like this

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745277166a4620107.html

相关推荐

  • admin - Add tab to profile.php wordpress plugin development

    I already know how to add an extra field in user profile. But in my case I have A lot of field to add and It is good pra

    4小时前
    20

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信