skip to Main Content

Plugin Options

WPHelpere offers multiple options to customize the Knowledge base as per your needs such as width of the KB theme, text colors, anchor tags, number of products and categories columns to show, etc. All plugin options are self explanatory and you can customize the system without any hassle. Duis aute...

Read more

Code Highlighting

You can add code snippets for any language you want in one click using "code insert" feature. Example code samples PHP <?php $a = 10; $b = 20; $c = $a + $b; echo "Sum: ", $c; ?>  Javascript <script> function add(){ var a,b,c; a=Number(document.getElementById("first").value); b=Number(document.getElementById("second").value); c= a + b;...

Read more
Back To Top