%s

', esc_html__( 'Sirius Press Publishing needs Sirius Press Core to be active. Nothing is being published.', 'sirius-press' ) ); } ); return; } foreach ( array( 'queue', 'mapper', 'renderer', 'runner', 'hooks', 'admin', 'cli' ) as $part ) { require_once SIRIUS_PRESS_EXPORT_DIR . 'includes/class-spe-' . $part . '.php'; } if ( (int) get_option( 'sirius_press_export_db_version', 0 ) < SPE_Queue::VERSION ) { SPE_Queue::install(); } SPE_Renderer::hooks(); SPE_Runner::hooks(); SPE_Hooks::hooks(); SPE_Admin::hooks(); SPE_Runner::schedule(); } );