Skip to content

Instantly share code, notes, and snippets.

View Jany-M's full-sized avatar
🎯
Focusing

Jany Martelli Jany-M

🎯
Focusing
View GitHub Profile
@Jany-M
Jany-M / php-pools.md
Created March 17, 2020 17:05 — forked from holmberd/php-pools.md
Adjusting child processes for PHP-FPM (Nginx)
@Jany-M
Jany-M / wp_cf7_country-language_shortcode.php
Last active June 6, 2021 16:22 — forked from MatthewEppelsheimer/country-shortcode.php
[WP] Contact Form 7 shortcode with list of World Countries & Languages
<?php
/*
UPDATED: 23 Jan 2017.
Modifications:
- Truncated the longest country names, including:
-- British Indian Ocean Territories (Chagos Archipelago) -> British Indian Ocean Territories
-- South Georgia and the South Sandhich Islands -> South Georgia & S. Sandwich Islands
@Jany-M
Jany-M / wp_posts.reset.sql
Created August 5, 2016 20:07 — forked from abrudtkuhl/wp_posts.reset.sql
Reset Auto_Increment in WordPress Posts table
/*DELETE FROM wp_posts;
DELETE FROM wp_postmeta;*/
TRUNCATE TABLE wp_posts;
TRUNCATE TABLE wp_postmeta;
@Jany-M
Jany-M / wp_ics.php
Last active September 19, 2023 03:15 — forked from jakebellacera/ICS.php
[WP] Generate a downloadable .ics file from any WordPress post or custom post type
<?php
/*
For a better understanding of ics requirements and time formats
please check https://gist.github.com/jakebellacera/635416
*/
// UTILS
// Check if string is a timestamp