Skip to content

Instantly share code, notes, and snippets.

View 7studio's full-sized avatar

Xavier Zalawa 7studio

View GitHub Profile
<?php
/**
* Force indexation of Search WP
* May cause trouble on production site
*
* @author Maxime CULEA
*/
/* @see https://searchwp.com/docs/hooks/searchwp_lazy_settings/ */
add_filter( 'searchwp_lazy_settings', '__return_false' );
@7studio
7studio / wp_mail.md
Created December 7, 2017 08:48 — forked from johnbillion/wp_mail.md
WordPress Emails

WordPress Emails

This document lists all the situations where WordPress sends an email, along with how to filter or disable each email.

This is accurate as of WordPress 4.9.

There are a few TODOs left. Please bear with me.

@7studio
7studio / gist:d769a4c09c25cd4272a50106751dfde0
Created October 13, 2017 13:50
FACEBOOK, POST TO WALL, PUBLISH_STREAM, JAVASCRIPT, SDK
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<link rel="stylesheet" type="text/css" href="">
<script type="text/javascript">
</script>
</head>
<body>