Home
last modified time | relevance | path

Searched refs:getShortcodeReplace (Results 1 – 3 of 3) sorted by last modified time

/plugin/emoji/emojione/
H A DRuleset.php4900 public function getShortcodeReplace() function in Emojione\\Ruleset
H A DClient.php189 $shortcode_replace = $ruleset->getShortcodeReplace();
245 $shortcode_replace = $ruleset->getShortcodeReplace();
327 $shortcode_replace = array_flip(array_reverse($ruleset->getShortcodeReplace()));
435 $shortcode_replace = $ruleset->getShortcodeReplace();
H A DRulesetInterface.php12 public function getShortcodeReplace(); function