The PHP Max Input Vars is the maximum number of variables your server can use for a single function. To work properly with a modern WordPress theme set this value to 3000. If the value is too low, you may experience problems such as lost data within your […]
Copy the code below and paste it in functions.php file (child theme) and swap out the currency code and symbol with your own. The reason for advising adding the code in a Child theme is that if you do in the main theme, te code […]
Method 1: Edit file wp-config.php Add the following to wp-config.php define( ‘WP_MEMORY_LIMIT’, ‘256M’ ); (usually place under define(WP_DEBUG, true); like this https://prnt.sc/tk9gp2) Method 2: Edit file .htaccess Make sure you back up .htaccess before you edit it. Add the following to .htaccess: php_value memory_limit 128M Method 3: Edit php.ini Add the following to php.ini: […]
Step 1(Install Envato Market plugin) Download the Envato Market plugin and install it through the WordPress Dashboard at: left side Plugins menu. Download plugin from here. . Activate the plugin. Now that the plugin is installed and active you should see a new Envato Market menu item […]
Zoom Integration with Tutor LMS, follow the documentation. Or follow the below documentation for a WordPress site or other LMS plugins. Step 1 (Choose App) 1. First of all, you must connect to this website: marketplace.zoom.us to create A keycode of API and secret. 2. Then you […]
In this article, we will learn about how Instructor feature works in Edubin, what Instructors can do, how to assign a course to an instructor, how to promote someone into instructor and all about instructors. How to assign someone to be an instructor? There are […]