| @@ -28,8 +28,9 @@ | ||
| 28 | 28 | use SRFM\Inc\Single_Form_Settings\Compliance_Settings; |
| 29 | 29 | use SRFM\Inc\Events_Scheduler; |
| 30 | 30 | use SRFM\Inc\Background_Process; |
| 31 | 31 | use SRFM\Inc\Page_Builders\Page_Builders; |
| 32 | +use SRFM\Inc\Rest_Api; | |
| 32 | 33 | |
| 33 | 34 | if ( ! defined( 'ABSPATH' ) ) { |
| 34 | 35 | exit; // Exit if accessed directly. |
| 35 | 36 | } |
| @@ -137,8 +138,9 @@ | ||
| 137 | 138 | Compliance_Settings::get_instance(); |
| 138 | 139 | Events_Scheduler::get_instance(); |
| 139 | 140 | Background_Process::get_instance(); |
| 140 | 141 | Page_Builders::get_instance(); |
| 142 | + Rest_Api::get_instance(); | |
| 141 | 143 | |
| 142 | 144 | /** |
| 143 | 145 | * The code that runs during plugin activation |
| 144 | 146 | */ |