/ Published in: PHP
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
 function change_footer_version() { return 'Version 1.0.0'; } add_filter( 'update_footer', 'change_footer_version', 9999 );
Comments
                    Subscribe to comments
                
                