Speaks fluent WordPress, React, and Tailwind. Knows enough Laravel to ask for directions.
- Perth, Australia
-
18:30
(UTC +08:00) - adamtrickett.com
- adam.lj.trickett
Pinned Loading
-
Search and replace invalid character...
Search and replace invalid character encoding in WordPress post content 1UPDATE `wp_posts` SET `post_content` = REPLACE(`post_content`, '’', '\'') WHERE `post_content` LIKE '%’%';
2UPDATE `wp_posts` SET `post_content` = REPLACE(`post_content`, '‘', '\'') WHERE `post_content` LIKE '%‘%';
3UPDATE `wp_posts` SET `post_content` = REPLACE(`post_content`, '–', '-') WHERE `post_content` LIKE '%–%';
4UPDATE `wp_posts` SET `post_content` = REPLACE(`post_content`, '•', '•') WHERE `post_content` LIKE '%•%';
5UPDATE `wp_posts` SET `post_content` = REPLACE(`post_content`, '…', '…') WHERE `post_content` LIKE '%…%';
-
import-post-type
import-post-type PublicImport post type from a file. Allows you to manually set its Post ID.
PHP
-
testbench_wp
testbench_wp PublicA bare-bones WordPress installation. Production ready. Just add database.
PHP
-
THREE.InfiniteGridHelper
THREE.InfiniteGridHelper PublicForked from Fyrestar/THREE.InfiniteGridHelper
Infinite anti-aliased grid.
JavaScript
-
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.