/ Published in: PHP
                    
                                        
Code in functions.php einfügen
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
add_filter('user_contactmethods','hide_profile_fields',10,1);
function hide_profile_fields( $contactmethods ) {
return $contactmethods;
}
URL: http://www.wpbeginner.com/wp-tutorials/25-extremely-useful-tricks-for-the-wordpress-functions-file/
Comments
 Subscribe to comments
                    Subscribe to comments
                
                