Once in a while, I write articles about topics I experience while coding. We human, we cannot remember everything. Thus I create a space where I can host my code snippets or tips and tricks for future use.
Before wp-cli provided this functionality, my solution was to create a user manually directly on the wp-users table of the database the WordPress with the help from MD5.
Continue ReadingIn the following code, we add a custom Format button with a text of Big Description to the WYSIWYG toolbar:
Continue ReadingBy default, WordPress provides 10 admin menus to the admin users, 7 for editors, 6 for authors and 2 for subscribers.
Continue ReadingApache failed to start once my /var/log/journal folders disappeared.
Continue ReadingThis approach is to reduce the page load and to show only meta boxes that contain all the ACF fields.
Continue ReadingHide Block Editor in the WordPress admin to boost page loading time.
Continue Reading