Created: 2017.05.30
cd project_directory
git remote rm origin
git remote add origin https://bitbucket.org/user/repo.git
Created: 2017.05.30
cd project_directory
git remote rm origin
git remote add origin https://bitbucket.org/user/repo.git
Created: ?
I'd like to create a reusable function to register/replace permalink placeholders.
add_filter('post_link', 'wpdtrt_replace_taxonomy_permalink_placeholders', 10, 3);
wpdtrt_replace_taxonomy_permalink_placeholders($permalink, $post_id, $leavename) {
Created: 2017.03.28
wp-config.php
6q3rVgtQsiH0820S_2_users
tableCreated: 2017.03.27
Advanced Custom Fields is a plugin that extends the custom fields functionality built into WordPress. It adds different kinds of fields for example. It is fast to work with because all the supporting code is hidden and you are essentially creating configuration objects.
Created: 2017.03.27
I was debugging a layout issue for an Upwork client.
An article UI Repaint Issue on Chrome piqued my interest and led me on a Deep Dive into Hardware Acceleration.
Created: 2017.04.20
I completed my first Treehouse course recently. The resulting code is functional, but, as I read more of the official WordPress documentation, I realise that a lot of the code is not best-practice. In addition, the forums do not appear to be monitored by staff. The overall impression is that the course content is old and not maintained. Therefore I'm not ready to pay a monthly fee for content of this quality.