Disable Emojis
/** * Disable the emojis in WordPress. */ add_action( 'init', function () { remove_action( 'wp_head', 'print_emoji_detection_script',…
Current Year
function current_year_shortcode() { return date('Y'); } add_shortcode('year', 'current_year_shortcode');
Remove Unused JS
/** * We will Dequeue the jQuery UI script as example. * * Hooked to the…
Explicit Fixed Width and Height
add_filter( 'the_content', 'add_image_dimensions' ); function add_image_dimensions( $content ) { preg_match_all( '/]+>/i', $content, $images); if (count($images) <…
footer
footer description
Reverse the Order of the Next & Previous Links
Reverses the order of the next and previous links so that the next link will display…
Allow Templatera Templates to be used for Dynamic Templates
In Total 5.9 with the introduction of the built in Dynamic Template post type we removed…
Disable Suggested Donation Description In Campaign (Legacy)
Add this to your theme's function.php file.
n'parks-photographie
page d'accueil
Google Tag Fitting
Google Tag manager snippet to track
Event Snippet (Schedule Fitting)
Event snipping is used to track Google ads booking conversions
Login Form Styling
Custom styling for login forms