Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai
noblogs-wp
Commits
fbef8a0d
Commit
fbef8a0d
authored
Dec 30, 2018
by
lucha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable emojis plugin 1.7.2
parent
6f6bdba7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
wp-content/mu-plugins/disable-emojis.php
wp-content/mu-plugins/disable-emojis.php
+5
-5
No files found.
wp-content/mu-plugins/disable-emojis.php
View file @
fbef8a0d
<?php
/*
Plugin Name: Disable Emojis
Plugin Name: Disable Emojis
(GDPR friendly)
Plugin URI: https://geek.hellyer.kiwi/plugins/disable-emojis/
Description: Disable Emojis
Version: 1.7
Description: Disable Emojis
(GDPR friendly)
Version: 1.7
.2
Author: Ryan Hellyer
Author URI: https://geek.hellyer.kiwi/
License: GPL2
...
...
@@ -53,9 +53,9 @@ add_action( 'init', 'disable_emojis' );
function
disable_emojis_tinymce
(
$plugins
)
{
if
(
is_array
(
$plugins
)
)
{
return
array_diff
(
$plugins
,
array
(
'wpemoji'
)
);
}
else
{
return
array
();
}
return
array
();
}
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment