MOON
Server: Apache
System: Linux nserver.cafsindia.com 4.18.0-553.104.1.lve.el8.x86_64 #1 SMP Tue Feb 10 20:07:30 UTC 2026 x86_64
User: cafsindia (1002)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /home/cafsindia/amazeing.in/wp-content/plugins/ohio-extra/rest_api/routes.php
<?php

    $API_path = plugin_dir_path( __FILE__ );

    require_once( $API_path . '/lazy_load.php' );

    if ( strpos( home_url(), 'ohio.clbthemes.com' ) ) {
        require_once( $API_path . '/full_export.php' );
        require_once( $API_path . '/get_acf_options.php' );
        require_once( $API_path . '/rev_slider_export.php' );
        require_once( $API_path . '/widgets_export.php' );
    }