-
Orbital
- Bournemouth
- twitter.com/addzycullen
Pinned Loading
-
Enable the WordPress Debug log, and ...
Enable the WordPress Debug log, and hide errors from displaying on site. To be placed in wp_config file below DB prefix 1define( 'WP_DEBUG', true );
23if ( WP_DEBUG ) {
4define( 'WP_DEBUG_LOG', true );
5define( 'WP_DEBUG_DISPLAY', false );
-
Telephone Number Format for href - A...
Telephone Number Format for href - Adapted from another source, unfortunately I don't recall where, let me know if you have seen this anywhere so I can credit. 1/*
2$original = '+44 (0)1234 567 890';
3$original = '0044 01234 567 890';
4$original = '01234 567 890';
5$original = '44 1234 567 890';
-
This fn allows you write to the Word...
This fn allows you write to the WordPress debug log if you have it enabled in the wp_config file. 1/**
2* Write to Debug Log
3*
4* Add to your functions.php file for use in a theme.
5* Remember to remove from live environment.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.