-
do_action( 'import_end' )
Source Reference:
-
} /** * Cleanups all the options used by the importer */ function cleanup() { delete_option( 'bbp_bbpress_path' ); delete_option( 'bbp_bbpress_step' ); do_action( 'import_end' ); } /** * Technically the first half of step 1, this is separated to allow for AJAX * calls. Sets up some variables and options and confirms authentication. * * @return type */ function setup() {
-