river-child/functions.php
<?php
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
// Put your custom code here.
river/functions.php
<?php
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
include( 'core/bootstrap.php' );
// EOF