File "init.php"
Full Path: /home/planet5/public_html/bansibaba.com/wp-content1/themes/Divi/core/components/api/init.php
File size: 194 bytes
MIME-type: --
Charset: utf-8
<?php
if ( ! function_exists( 'et_core_api_init' ) ):
function et_core_api_init() {
add_action( 'admin_init', array( 'ET_Core_API_OAuthHelper', 'finish_oauth2_authorization' ), 20 );
}
endif;