Lines:
1 to 20 of 20
<?php /** * Genesis Framework. * * WARNING: This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances. * Please do all modifications in the form of a child theme. * * @package StudioPress\Genesis\Admin * @author StudioPress * @license GPL-2.0-or-later * @link https://my.studiopress.com/themes/genesis/ */ add_action( 'wp_ajax_genesis_do_onboarding_process', 'genesis_do_onboarding_process' ); /* function genesis_do_onboarding_process() – Processes onboarding tasks in batches. */ add_action( 'wp_ajax_genesis_do_onboarding_pack_selection', 'genesis_do_onboarding_pack_selection' ); /* function genesis_do_onboarding_pack_selection() – Set the chosen Starter Pack. */