چطوري بگذارم؟



// Try to authenticate -- only add to array if authentication is successful
$resultTest = $plugin->onDisplay($editor);
if ($resultTest) $result[] = $resultTest;
}

return $result;
}

/**
* Load the editor
*
* @access private