import_end

  • do_action( 'import_end' )

    Source Reference:

    • Component: bbPress:: bbp-admin
      File: /bbp-admin/importers/bbpress.php :: Trac Source Line: 528
      	}
      
      	/**
      	 * 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() {
      

Comments are closed.