Add a cron job to WP via code snippet
Here is a brief code snippet that allows you to execute code on your site as a cron job. These ...
Here is a brief code snippet that allows you to execute code on your site as a cron job. These ...
You can find the HTML code with your custom gTag ID in your Google Analytics account settings. You can copy ...
This is a handy trick when debugging a complex piece of code. It allows you to see all the active ...
To install a custom font directly in your theme create a fonts directory under your active theme directory and upload ...
This code snippet add a tab to the WordPress Dashboard as seen below
Adding a page redirect through a code snippet. If the page name matches the string give the page is redirected ...
The metaboxes can be added to a custom post type, or a user profile in the Admin view. The code ...
You can create a custom post type with just these simple lines of code. This code snippet can be placed ...
Creating a plugin in WordPress is very simple. Step 1 – Create a directory in the wp-content/plugins directory (Ex. MyFirstPlugin) ...