Skip to content

Instantly share code, notes, and snippets.

@shaynesanderson-zz
Created May 14, 2013 01:21
Show Gist options
  • Save shaynesanderson-zz/5572912 to your computer and use it in GitHub Desktop.
Save shaynesanderson-zz/5572912 to your computer and use it in GitHub Desktop.
Check memory limit
<?php
function ss_php_memory_check() {
echo '<!-- PHP Memory Limit: ' . ini_get( 'memory_limit' ) . ' -->';
}
add_action( 'wp_footer', 'ss_php_memory_check', 20 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment