Codex: http://codex.wordpress.org/Function_Reference/add_menu_page
Available Dashicons: http://melchoyce.github.io/dashicons/
; sudo nano /etc/php/7.2/fpm/pool.d/digitechpoint.conf | |
; Start a new pool named 'digitechpoint'. | |
; the variable $pool can be used in any directive and will be replaced by the | |
; pool name ('digitechpoint' here) | |
[digitechpoint] | |
; Per pool prefix | |
; It only applies on the following directives: | |
; - 'access.log' | |
; - 'slowlog' |
# Edit this file to introduce tasks to be run by cron. | |
# | |
# Each task to run has to be defined through a single line | |
# indicating with different fields when the task will be run | |
# and what command to run for the task | |
# | |
# To define the time you can provide concrete values for | |
# minute (m), hour (h), day of month (dom), month (mon), | |
# and day of week (dow) or use '*' in these fields (for 'any').# | |
# Notice that tasks will be started based on the cron's system |
Codex: http://codex.wordpress.org/Function_Reference/add_menu_page
Available Dashicons: http://melchoyce.github.io/dashicons/
/** | |
* | |
* Time Capsule By Sam Azgor | |
* Copy and paste the following code in your theme’s functions.php file | |
* Add this to your template - <?php wp_timehop_sam(); ?> | |
* | |
*/ | |
function wp_timehop() { | |
$today = getdate(); |