Windows scaling issues for high-DPI devices: Adobe Photoshop & Illustrator
If you have recently bought a 4k monitor, you may have noticed...
15.Feb.2016 | Code Snippets, Wordpress
This snippet of PHP can come in handy for removing the empty spaces in a string.
Here is it being used to remove the empty spaces in the telephone number using ACF.
<?php echo str_replace(' ', '', get_field('your_field')); ?>
Share
If you have recently bought a 4k monitor, you may have noticed...
A quick snipped of code that can be used attach a function...
In the early days (2003), WordPress was essentially a blogging tool and...
If you’re a start up business, a sole trader or a small business, it is inevitable that you are going...
A quick snipped of code that can be used attach a function to the escape key. Great for adding or...
Simple bit of jQuery to add an active class to the current navigation item based on the page url. jQuery("nav...