/*
 Theme Name:   Cannamed Child
 Theme URI:    http://demo.goodlayers.com/cannamed
 Description:  Goodlayers Cannamed Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     cannamed
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  cannamed-child

 START YOUR CHILD THEME CSS HERE
*/

add_action( 'http_api_curl', function( $ch ){
    if ( defined('CURLOPT_IPRESOLVE') && defined('CURL_IPRESOLVE_V4') ) {
        curl_setopt( $ch, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4 );
    }
});
