/ Published in: PHP
                    
                                        
#Wordpress Debug Info
##Find out basic information about your WordPress installation and server environment
                ##Find out basic information about your WordPress installation and server environment
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
<h3>Wordpress Debug Info:</h3>
<p><strong>NOTE: </strong>You will see <em>either</em> a Timezone String <em>or</em> a GMT Offset -- not both.</p>
<ul>
<li>WordPress core version: <?php bloginfo( 'version' ); ?></li>
<li>WordPress Timezone String: <?php echo get_option('timezone_string'); ?></li>
<li>WordPress GMT Offset: <?php echo get_option('gmt_offset'); ?></li>
<li>WordPress Date Format: <?php echo get_option('date_format'); ?></li>
<li>WordPress Time Format: <?php echo get_option('time_format'); ?></li>
</ul>
</div>
URL: http://webaces.co.uk
Comments
 Subscribe to comments
                    Subscribe to comments
                
                